Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
fix incorrect reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Aug 2, 2016
1 parent 52133aa commit 8e7ed7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,7 @@ module.exports = function (grunt) {

var done = this.async(),
nodeDest = grunt.config("nodeDest"),
exeFile = nodeDest[0],
npmFile = nodeDest[1];
exeFile = nodeDest;

grunt.file.mkdir("deps/node");

Expand Down

0 comments on commit 8e7ed7b

Please sign in to comment.