File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
lib/versioned/^4.0.0-alpha.1 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ var usage =
4343var parser = yargs . usage ( usage , cliOptions ) ;
4444var opts = parser . argv ;
4545
46- // this translates the --continue flag in gulp
47- // to the settle env variable for undertaker
48- // we use the process.env so the user's gulpfile
49- // can know about the flag
46+ // This translates the --continue flag in gulp
47+ // To the settle env variable for undertaker
48+ // We use the process.env so the user's gulpfile
49+ // Can know about the flag
5050if ( opts . continue ) {
5151 process . env . UNDERTAKER_SETTLE = 'true' ;
5252}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function execute(opts, env) {
3131 nodes : gulpInst . tree ( { deep : true } ) ,
3232 } ;
3333 return logTasks ( tree , function ( task ) {
34- return gulpInst . get ( task ) . description ;
34+ return gulpInst . task ( task ) . description ;
3535 } ) ;
3636 }
3737 if ( opts . tasksJson ) {
You can’t perform that action at this time.
0 commit comments