Fix typo in new_vhd powershell script name
This commit is contained in:
parent
cc2dc9a1e1
commit
2de5ef0bf2
@ -49,7 +49,7 @@ module VagrantPlugins
|
||||
# @param [Hash] opts
|
||||
def create_disk(path, size_bytes, **opts)
|
||||
# ensure size_bytes is a uint64
|
||||
execute(:new_vdh, DiskFilePath: path, DiskSizeBytes: size_bytes)
|
||||
execute(:new_vhd, DiskFilePath: path, DiskSizeBytes: size_bytes)
|
||||
end
|
||||
|
||||
# @param [String] controller_type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user