Skip to content

Commit 220dc68

Browse files
committed
Use bundle exec in install.zsh.
1 parent 38a05b5 commit 220dc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo '\n$ bundle update\n'
1313
bundle update
1414

1515
echo '\n$ curate -v\n'
16-
curate -v
16+
bundle exec curate -v
1717

1818
echo '\n$ ./update.zsh'
1919
./update.zsh

0 commit comments

Comments
 (0)