From 88bf4c12f934d633e851f851583b4dbf9779eeb4 Mon Sep 17 00:00:00 2001 From: John Joseph Bachir Date: Wed, 3 Nov 2010 17:31:23 -0400 Subject: [PATCH] fix documentation in generated deploy.rb --- bin/capify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/capify b/bin/capify index 8b663280..a98dded3 100755 --- a/bin/capify +++ b/bin/capify @@ -54,10 +54,10 @@ role :app, "your app-server here" # This may be the sam role :db, "your primary db-server here", :primary => true # This is where Rails migrations will run role :db, "your slave db-server here" -# If you are using Passenger mod_rails uncomment this: # if you\'re still using the script/reapear helper you will need # these http://github.com/rails/irs_process_scripts +# If you are using Passenger mod_rails uncomment this: # namespace :deploy do # task :start do ; end # task :stop do ; end