mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
remove double bundle exec
This commit is contained in:
parent
20c84eaafc
commit
cfc98d3f8c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ _binstubbed() {
|
||||||
_run-with-bundler() {
|
_run-with-bundler() {
|
||||||
if _bundler-installed && _within-bundled-project; then
|
if _bundler-installed && _within-bundled-project; then
|
||||||
if _binstubbed $1; then
|
if _binstubbed $1; then
|
||||||
bundle exec "./bin/$@"
|
./bin/$@
|
||||||
else
|
else
|
||||||
bundle exec $@
|
bundle exec $@
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue