From baabba800e8147122b607a89b5c4a8469b8969e2 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Thu, 13 Oct 2005 20:11:02 +0000 Subject: [PATCH] Fix the heredocs to use <<-, so that textmate highlights them correctly git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@2566 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- lib/switchtower/recipes/standard.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/switchtower/recipes/standard.rb b/lib/switchtower/recipes/standard.rb index b5113580..176f210d 100644 --- a/lib/switchtower/recipes/standard.rb +++ b/lib/switchtower/recipes/standard.rb @@ -33,7 +33,7 @@ task :setup, :roles => [:app, :db, :web] do CMD end -desc < :web do delete "#{shared_path}/system/maintenance.html" end -desc < [:app, :db, :web] do CMD end -desc < [:app, :db, :web] do end end -desc < :db, :only => { :primary => true } do "#{rake} RAILS_ENV=production #{migrate_env} migrate" end -desc <