diff --git a/lib/capistrano/tasks/bundler.cap b/lib/capistrano/tasks/bundler.cap index 163c7229..2ce3f503 100644 --- a/lib/capistrano/tasks/bundler.cap +++ b/lib/capistrano/tasks/bundler.cap @@ -2,7 +2,7 @@ require "shellwords" namespace :bundler do desc <<-DESC - Configure the Bundler environment for the release so that subequent + Configure the Bundler environment for the release so that subsequent `bundle check`, `bundle install`, `bundle clean`, and `bundle exec` commands all behave consistently. The following settings will be turned into the appropriate `bundle config` executions: