From 0c19e6da2683b3a5e9a3f9fab75f783efa5b6d85 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 21 Apr 2020 13:40:27 -0700 Subject: [PATCH] Fix typo --- plugins/providers/hyperv/driver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/providers/hyperv/driver.rb b/plugins/providers/hyperv/driver.rb index edd226fa6..79a35b1bd 100644 --- a/plugins/providers/hyperv/driver.rb +++ b/plugins/providers/hyperv/driver.rb @@ -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