diff --git a/lib/vagrant-cachier/bucket/composer.rb b/lib/vagrant-cachier/bucket/composer.rb index 1367fa9..f795ccb 100644 --- a/lib/vagrant-cachier/bucket/composer.rb +++ b/lib/vagrant-cachier/bucket/composer.rb @@ -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')