mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Set default disk format for vmware_desktop
This commit is contained in:
parent
5405aaac82
commit
a3c2e31f01
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ module VagrantPlugins
|
|||
if machine.provider_name == :virtualbox
|
||||
@disk_ext = "vdi"
|
||||
elsif machine.provider_name == :vmware_desktop
|
||||
@disk_ext = nil
|
||||
@disk_ext = "vmdk"
|
||||
elsif machine.provider_name == :hyperv
|
||||
@disk_ext = "vhdx"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue