Skip to content

Commit 89e264b

Browse files
shamavladikoff
authored andcommittedAug 19, 2018
cwd option should use existing base option (#122)
1 parent 89ab5d7 commit 89e264b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/grunt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ v8flags(function (err, v8flags) {
4444
v8flags: v8flags
4545
});
4646
Grunt.launch({
47-
cwd: options.cwd,
47+
cwd: options.base,
4848
configPath: options.gruntfile,
4949
require: options.require,
5050
verbose: options.verbose

0 commit comments

Comments
 (0)
Please sign in to comment.