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
# 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}"