diff options
author | Carl Lerche <me@carllerche.com> | 2010-09-15 13:29:05 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2010-09-15 13:29:05 -0700 |
commit | dc83a5deade4c7228ab3f1cea107c71443ff648f (patch) | |
tree | fbd27439fdee53b9ea826fd4cf80d872ac35d716 /lib/bundler/capistrano.rb | |
parent | dcdf831f77089bc77f630e59bf782c47b39c7d5c (diff) | |
download | bundler-dc83a5deade4c7228ab3f1cea107c71443ff648f.tar.gz |
Fix some whitespace
Diffstat (limited to 'lib/bundler/capistrano.rb')
-rw-r--r-- | lib/bundler/capistrano.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/capistrano.rb b/lib/bundler/capistrano.rb index 18ea78d9cc..8b386f847a 100644 --- a/lib/bundler/capistrano.rb +++ b/lib/bundler/capistrano.rb @@ -6,6 +6,6 @@ require 'bundler/deployment' Capistrano::Configuration.instance(:must_exist).load do after "deploy:update_code", "bundle:install" - + Bundler::Deployment.define_task(self, :task, :except => { :no_release => true }) end |