Skip to content

Commit

Permalink
Merge pull request capistrano#77 from vemv/patch-1
Browse files Browse the repository at this point in the history
Indicate possiblity to skip --path
  • Loading branch information
mattbrictson authored Aug 24, 2016
2 parents b0c8701 + 7289c0f commit d4964e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set :bundle_roles, :all # this is defaul
set :bundle_servers, -> { release_roles(fetch(:bundle_roles)) } # this is default
set :bundle_binstubs, -> { shared_path.join('bin') } # default: nil
set :bundle_gemfile, -> { release_path.join('MyGemfile') } # default: nil
set :bundle_path, -> { shared_path.join('bundle') } # this is default
set :bundle_path, -> { shared_path.join('bundle') } # this is default. set it to nil for skipping the --path flag.
set :bundle_without, %w{development test}.join(' ') # this is default
set :bundle_flags, '--deployment --quiet' # this is default
set :bundle_env_variables, {} # this is default
Expand Down

0 comments on commit d4964e6

Please sign in to comment.