From 8689ace31919dd9c160e4b56b276b09f7076caa0 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 22 Jul 2015 14:27:11 -0400 Subject: [PATCH] Fix typo --- tasks/install.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {