From 845575c3a5f4b6d1d4fa14fdce3908c2e1f7169b Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Thu, 31 May 2012 09:39:29 +0100 Subject: local can only be used in a function --- script/rails-post-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/rails-post-deploy') diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 2b66673c5..a2761ecbc 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -74,7 +74,7 @@ then echo "ENV['RAILS_ENV'] ||= 'production'" > config/rails_env.rb fi -local bundle_install_options +bundle_install_options="" if [ "$OPTION_STAGING_SITE" = "0" ] then bundle_install_options="--without development:test --deployment" -- cgit v1.2.3