Set composer cache bucket ownership to the configured SSH user

This commit is contained in:
Fabio Rehm 2014-07-20 21:13:35 -03:00
parent 44aa6a6c54
commit 871f317ba6
1 changed files with 1 additions and 1 deletions

View File

@ -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')