Fix __bundler-within-bundled-project function call, use _bundler-within-bundled-project instead
This commit is contained in:
parent
71d5e5625e
commit
048d0e83f7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function _bundler-within-bundled-project() {
|
|||
}
|
||||
|
||||
function _bundler-run() {
|
||||
if _bundler-installed && __bundler-within-bundled-project; then
|
||||
if _bundler-installed && _bundler-within-bundled-project; then
|
||||
bundle exec $@
|
||||
else
|
||||
$@
|
||||
|
|
Loading…
Add table
Reference in a new issue