mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
Remove unused local var
This commit is contained in:
parent
38445935dd
commit
18b9ccd0a5
1 changed files with 1 additions and 2 deletions
|
|
@ -59,8 +59,7 @@ module VagrantPlugins
|
|||
# This is not required for newly created disks, as its metadata is
|
||||
# set when creating and attaching the disk. This is only for the primary
|
||||
# disk, since it already exists.
|
||||
real_disk_info = machine.provider.driver.get_disk(current_disk["Path"])
|
||||
current_disk = real_disk_info
|
||||
current_disk = machine.provider.driver.get_disk(current_disk["Path"])
|
||||
else
|
||||
# Hyper-V disk names aren't the actual names of the disk, so we have
|
||||
# to grab the name from the file path instead
|
||||
|
|
|
|||
Loading…
Reference in a new issue