diff options
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 9b3730323..a88e28b19 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -99,5 +99,5 @@ bundle exec rake themes:install if [ "$OPTION_STAGING_SITE" = "0" ] then -bundle exec rake assets:precompile + bundle exec rake assets:precompile fi |