diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-16 14:43:02 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-16 14:43:02 +0100 |
commit | 5524d0db39e631b1df74db85f807e137c186f798 (patch) | |
tree | f2cadf4b776add4b744090c5b9812a818f62461b /script/rails-post-deploy | |
parent | 1384222bc4c149350c78d58e6620ad59073dd703 (diff) | |
parent | 4e6b9e554d2fe8d6eb65bde4fad312ae11a06f8a (diff) |
Merge branch 'develop' into feature/merge-wombleton-sparkly-admin-css
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 3b0fad667..370819c67 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -76,9 +76,9 @@ fi if [ "$OPTION_STAGING_SITE" = "0" ] then - bundle install --without development:test --deployment + bundle exec bundle install --without development:test --deployment else - bundle install + bundle exec bundle install fi if [ -n "$OPTION_THEME_URLS" ] |