Skip to content

Commit

Permalink
Use make_args in place of args
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayside committed Feb 14, 2015
1 parent 21a13e2 commit 456058b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/drush.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function(grunt) {

grunt.config('drush', {
make: {
args: args,
args: make_args,
options: _.extend({}, cmd)
},
liteinstall: {
Expand Down

0 comments on commit 456058b

Please sign in to comment.