Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Set composer cache bucket ownership to the configured SSH user
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Jul 21, 2014
1 parent 44aa6a6 commit 871f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-cachier/bucket/composer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def self.capability
def install
if guest.capability?(:composer_path)
if composer_path = guest.capability(:composer_path)
symlink(composer_path)
user_symlink(composer_path)
end
else
@env[:ui].info I18n.t('vagrant_cachier.skipping_bucket', bucket: 'Composer')
Expand Down

0 comments on commit 871f317

Please sign in to comment.