Skip to content

Commit

Permalink
Use bundle exec in install.zsh.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Sep 9, 2015
1 parent 38a05b5 commit 220dc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo '\n$ bundle update\n'
bundle update

echo '\n$ curate -v\n'
curate -v
bundle exec curate -v

echo '\n$ ./update.zsh'
./update.zsh
Expand Down

0 comments on commit 220dc68

Please sign in to comment.