From 9849219a5b0f948a3c9822af5b455c3c51af22a9 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Tue, 27 Mar 2012 10:37:54 -0700 Subject: [PATCH] Stop using --local for update --- recipes/eycloud_recipes_on_deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/eycloud_recipes_on_deploy.rb b/recipes/eycloud_recipes_on_deploy.rb index d832cdd..368137b 100644 --- a/recipes/eycloud_recipes_on_deploy.rb +++ b/recipes/eycloud_recipes_on_deploy.rb @@ -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