diff options
Diffstat (limited to 'script')
-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 4edabc9a7..b0c0acdc5 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_URL" ] |