Skip to content

Commit

Permalink
Fix: start/stop tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa G authored and leehambley committed Dec 17, 2009
1 parent af2402f commit 810f956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/capify
Expand Up @@ -59,8 +59,8 @@ role :db, "your slave db-server here"
# these http://github.com/rails/irs_process_scripts
# namespace :deploy do
# task :start {}
# task :stop {}
# task :start do ; end
# task :stop do ; end
# task :restart, :roles => :app, :except => { :no_release => true } do
# run "#{try_sudo} touch #{File.join(current_path,\'tmp\',\'restart.txt\')}"
# end
Expand Down

0 comments on commit 810f956

Please sign in to comment.