Fix typo in new_vhd powershell script name

This commit is contained in:
Brian Cain 2020-04-16 14:27:27 -07:00
parent cc2dc9a1e1
commit 2de5ef0bf2
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
2 changed files with 1 additions and 1 deletions

View File

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