Skip to content

Commit

Permalink
Help deploy find sculpin (#47)
Browse files Browse the repository at this point in the history
* Help deploy find sculpin.

* Also use sculpin_dir
  • Loading branch information
Andrea Soper authored and Lauren Burroughs committed Nov 22, 2016
1 parent 3b703bc commit 04ce47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ gulp.task('sculpin-prod', function () {
console.log('Building production artifact...');
gulp.src(defaults.template_files)
// Run the command line commands to build sculpin production artifact
.pipe(exec('sculpin generate --env=prod --project-dir="' + defaults.sculpin_dir + '"'))
.pipe(exec(defaults.sculpin_run + ' generate --env=prod --project-dir="' + defaults.sculpin_dir + '"'))
.on('end', function(){ console.log('Your production artifact has been built'); });
});

Expand Down

0 comments on commit 04ce47d

Please sign in to comment.