Remove unused var
This commit is contained in:
parent
b8394f7e6a
commit
2db38dfa6e
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ module VagrantPlugins
|
||||||
def install
|
def install
|
||||||
if guest.capability?(:composer_path)
|
if guest.capability?(:composer_path)
|
||||||
if composer_path = guest.capability(:composer_path)
|
if composer_path = guest.capability(:composer_path)
|
||||||
bucket_path = "/tmp/vagrant-cache/#{@name}"
|
|
||||||
symlink(composer_path, create_parent: false)
|
symlink(composer_path, create_parent: false)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue