This commit is contained in:
Mario Fernández 2014-03-22 21:02:35 +00:00
commit 2c1954c90a

View file

@ -49,6 +49,7 @@ _within-bundled-project() {
_run-with-bundler() {
if _bundler-installed && _within-bundled-project; then
echo "Running command with 'bundle exec'"
bundle exec $@
else
$@