Skip to content

Commit

Permalink
Log the output of #bundle_rake calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Jan 25, 2011
1 parent 4e89aeb commit 2b23da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/babushka/helpers/run_helpers.rb
Expand Up @@ -12,7 +12,7 @@ def rake cmd, &block

def bundle_rake cmd, &block
in_dir var(:rails_root) do
sudo "bundle exec rake #{cmd} RAILS_ENV=#{var :rails_env}", :as => var(:username), &block
log_shell "bundle exec rake #{cmd} RAILS_ENV=#{var :rails_env}", :as => var(:username), &block
end
end

Expand Down

0 comments on commit 2b23da4

Please sign in to comment.