mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
remove double bundle exec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user