Skip to content

Commit

Permalink
Merge pull request capistrano#79 from mattbrictson/fix-default-bundle…
Browse files Browse the repository at this point in the history
…-path

Change default path back to shared_path/bundle
  • Loading branch information
mattbrictson authored Oct 1, 2016
2 parents d21138e + 163381c commit d25ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/bundler.cap
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace :load do

set :bundle_roles, :all
set :bundle_servers, -> { release_roles(fetch(:bundle_roles)) }
set :bundle_path, -> { shared_path.join('vendor/bundle') }
set :bundle_path, -> { shared_path.join('bundle') }
set :bundle_without, %w{development test}.join(' ')
set :bundle_flags, '--deployment --quiet'

Expand Down

0 comments on commit d25ecf5

Please sign in to comment.