summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-12-13 15:28:06 -0800
committerelijah <elijah@riseup.net>2012-12-13 15:28:06 -0800
commit64dc1c3c873db2ad299bcd0cf313653f405687b8 (patch)
treedd168a21f73c573dd416956c20204ded6912e052 /config
parent950245e309edc611037bc197a699c540f9f9ecd3 (diff)
fixed deploy.rb
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
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