diff --git a/tasks/install.js b/tasks/install.js index 6abb5fa91..0ac2c8601 100644 --- a/tasks/install.js +++ b/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() {