mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
Fix typo
This commit is contained in:
parent
d30482a502
commit
0c19e6da26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue