Skip to content

Commit

Permalink
Stop using --local for update
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Mar 27, 2012
1 parent 9a0d3bd commit 9849219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/eycloud_recipes_on_deploy.rb
Expand Up @@ -3,7 +3,7 @@
after_bundler do
say_custom "eycloud", "Setting up deploy hooks..."
run "bundle exec ey-recipes init --on-deploy --chef"
run "bundle update --local"
run "bundle update"
end


Expand Down

0 comments on commit 9849219

Please sign in to comment.