Merge pull request #264 from asanghi/master

shared_path is set in documentation leading to early evaluation
This commit is contained in:
David Dollar
2013-01-14 05:10:47 -08:00
+1 -1
View File
@@ -12,7 +12,7 @@ if defined?(Capistrano)
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