Skip to content

Commit

Permalink
remove double bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Jul 15, 2014
1 parent 20c84ea commit cfc98d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bundler/bundler.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ _binstubbed() {
_run-with-bundler() {
if _bundler-installed && _within-bundled-project; then
if _binstubbed $1; then
bundle exec "./bin/$@"
./bin/$@
else
bundle exec $@
fi
Expand Down

0 comments on commit cfc98d3

Please sign in to comment.