This commit is contained in:
Brian Cain 2020-04-21 13:40:27 -07:00
parent d30482a502
commit 0c19e6da26
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -38,7 +38,7 @@ module VagrantPlugins
# @param [Hash] opts
def attach_disk(disk_file_path, **opts)
execute(:attach_disk_drive, VmId: @vm_id, DiskFilePath: disk_file_path, ControllerType: opts[:ControllerType],
ControllerNumber: opts[:ControllerNumer], ControllerLocation: opts[:ControllerLocation])
ControllerNumber: opts[:ControllerNumber], ControllerLocation: opts[:ControllerLocation])
end
# @param [String] path