Browse Source

Fix typo

pull/2717/head
jlukic 9 years ago
parent
commit
8689ace319
1 changed files with 3 additions and 3 deletions
  1. 6
      tasks/install.js

6
tasks/install.js

@ -193,11 +193,11 @@ gulp.task('run setup', function() {
return gulp
.src('gulpfile.js')
.pipe(prompt.prompt(questions.setup, function(setupAnswers) {
// hoist
answers = setupAnswers;
})
}))
;
});
gulp.task('create install files', function() {

Loading…
Cancel
Save