whitespace

master
Derek Watson 2014-02-22 23:24:54 -05:00
parent dbaef1ead7
commit ae68d40616
1 changed files with 0 additions and 2 deletions

View File

@ -115,7 +115,6 @@ Deploy your site to more than one configuration using environment variables.
```ruby ```ruby
# config.rb # config.rb
case ENV['TARGET'].to_s.downcase case ENV['TARGET'].to_s.downcase
when 'production' when 'production'
activate :deploy do |deploy| activate :deploy do |deploy|
@ -134,7 +133,6 @@ end
```ruby ```ruby
# Rakefile # Rakefile
namespace :deploy do namespace :deploy do
def deploy(env) def deploy(env)
puts "Deploying to #{env}" puts "Deploying to #{env}"