Set composer cache bucket ownership to the configured SSH user
This commit is contained in:
parent
44aa6a6c54
commit
871f317ba6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module VagrantPlugins
|
|||
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')
|
||||
|
|
Loading…
Reference in a new issue