Remove unused var
This commit is contained in:
parent
b3b63ab846
commit
03a08d09aa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue