Skip to content

Commit

Permalink
Merge pull request capistrano#86 from mattbrictson/remove-linked-dirs
Browse files Browse the repository at this point in the history
Remove change to :linked_dirs
  • Loading branch information
mattbrictson authored Oct 1, 2016
2 parents d25ecf5 + 6f34ccf commit 3e6cb3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/capistrano/tasks/bundler.cap
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,5 @@ namespace :load do
set :bundle_path, -> { shared_path.join('bundle') }
set :bundle_without, %w{development test}.join(' ')
set :bundle_flags, '--deployment --quiet'

set :linked_dirs, fetch(:linked_dirs, []) << '.bundle'
end
end

0 comments on commit 3e6cb3a

Please sign in to comment.