From 2620b90808923052917a540d9e5a4e0526d47510 Mon Sep 17 00:00:00 2001 From: Aditya Sanghi Date: Sat, 15 Sep 2012 14:00:43 +0530 Subject: [PATCH] Dont use shared_path variable before multistage has a chance at it --- lib/foreman/capistrano.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman/capistrano.rb b/lib/foreman/capistrano.rb index cb78220..e96eec0 100644 --- a/lib/foreman/capistrano.rb +++ b/lib/foreman/capistrano.rb @@ -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