Set default disk format for vmware_desktop

This commit is contained in:
Brian Cain 2020-04-14 14:09:38 -07:00
parent 5405aaac82
commit a3c2e31f01
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -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