diff --git a/resources/stubs/gulpfile.js b/resources/stubs/gulpfile.js index df8719b..950a6a2 100644 --- a/resources/stubs/gulpfile.js +++ b/resources/stubs/gulpfile.js @@ -23,7 +23,7 @@ elixir.extend('generate_docs', function() { return gulp.src('').pipe( shell([ 'sleep 0.2', - 'php documentarian generate' + 'documentarian generate' ], { cwd: path.resolve(process.cwd(), '..') })