Skip to content

Commit

Permalink
Dont use shared_path variable before multistage has a chance at it
Browse files Browse the repository at this point in the history
  • Loading branch information
asanghi committed Nov 2, 2012
1 parent 8fe86e9 commit 2620b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman/capistrano.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set :foreman_procfile, "Procfile"
set :foreman_app, application
set :foreman_user, user
set :foreman_log, "#{shared_path}/log"
set :foreman_log, 'shared_path/log'
set :foreman_concurrency, false
DESC
task :export, :roles => :app do
Expand Down

0 comments on commit 2620b90

Please sign in to comment.