From ae68d406167a52a6a587b9468cc0592ea36e5f8d Mon Sep 17 00:00:00 2001 From: Derek Watson Date: Sat, 22 Feb 2014 23:24:54 -0500 Subject: [PATCH] whitespace --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8e1b2df..10c47b3 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,6 @@ Deploy your site to more than one configuration using environment variables. ```ruby # config.rb - case ENV['TARGET'].to_s.downcase when 'production' activate :deploy do |deploy| @@ -134,7 +133,6 @@ end ```ruby # Rakefile - namespace :deploy do def deploy(env) puts "Deploying to #{env}"