Commit cfc98d3f authored by Thomas Kriechbaumer's avatar Thomas Kriechbaumer
Browse files

remove double bundle exec

parent 20c84eaa
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment