summaryrefslogtreecommitdiff
path: root/lib/bundler/capistrano.rb
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2010-09-15 13:29:05 -0700
committerCarl Lerche <me@carllerche.com>2010-09-15 13:29:05 -0700
commitdc83a5deade4c7228ab3f1cea107c71443ff648f (patch)
treefbd27439fdee53b9ea826fd4cf80d872ac35d716 /lib/bundler/capistrano.rb
parentdcdf831f77089bc77f630e59bf782c47b39c7d5c (diff)
downloadbundler-dc83a5deade4c7228ab3f1cea107c71443ff648f.tar.gz
Fix some whitespace
Diffstat (limited to 'lib/bundler/capistrano.rb')
-rw-r--r--lib/bundler/capistrano.rb2
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