From 64dc1c3c873db2ad299bcd0cf313653f405687b8 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 13 Dec 2012 15:28:06 -0800 Subject: fixed deploy.rb --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/deploy.rb') diff --git a/config/deploy.rb b/config/deploy.rb index 2314c5d..c5ddb28 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -24,7 +24,7 @@ namespace :deploy do task :start do ; end task :stop do ; end task :restart, :roles => :app, :except => { :no_release => true } do - run "#touch #{File.join(current_path,'tmp','restart.txt')}" + run "touch #{File.join(current_path,'tmp','restart.txt')}" end end -- cgit v1.2.3