Remove unused var

This commit is contained in:
Fabio Rehm 2014-02-21 20:42:49 -03:00
parent b8394f7e6a
commit 2db38dfa6e

View file

@ -9,7 +9,6 @@ module VagrantPlugins
def install
if guest.capability?(:composer_path)
if composer_path = guest.capability(:composer_path)
bucket_path = "/tmp/vagrant-cache/#{@name}"
symlink(composer_path, create_parent: false)
end
else