diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-15 19:00:44 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-15 19:00:44 +0000 |
commit | 5dc51894b6ac6e22108e1c24c9bb9f036fccf120 (patch) | |
tree | 5739cb3d2f2714579a22e00919bfaf34f3afe50a | |
parent | 78c55bf1f43b80e1c2c31b69110f4a31105639fe (diff) | |
parent | d78e5aeb922bc067877ad7821f36211a4e2d518e (diff) |
Merge branch 'feature/standalone_cap_theme_install' into develop
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 004c3df35..f52883bd4 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -19,7 +19,7 @@ server configuration['server'], :app, :web, :db, :primary => true namespace :rake do namespace :themes do task :install do - run "cd #{release_path} && bundle exec rake themes:install RAILS_ENV=#{rails_env}" + run "cd #{latest_release} && bundle exec rake themes:install RAILS_ENV=#{rails_env}" end end end |