Skip to content

Commit

Permalink
Fixed gulpfile to use global installed binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed May 10, 2016
1 parent dfd1af6 commit c96da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/stubs/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(), '..')
})
Expand Down

0 comments on commit c96da83

Please sign in to comment.