Add output message to commands modified to run automatically through bundler

This commit is contained in:
Mario Fernandez 2012-01-15 13:52:21 +01:00
commit 69cb2f3193

View file

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