Merge pull request #9781 from chrisroberts/f-hyperv-switch
Update script parameter name in option to switchid
This commit is contained in:
commit
faf7f00a4e
|
@ -140,7 +140,7 @@ module VagrantPlugins
|
|||
dest_path: dest_path,
|
||||
data_path: env[:machine].data_dir.to_s.gsub("/", "\\")
|
||||
}
|
||||
options[:switchname] = switch if switch
|
||||
options[:switchid] = switch if switch
|
||||
options[:memory] = memory if memory
|
||||
options[:maxmemory] = maxmemory if maxmemory
|
||||
options[:cpus] = cpus if cpus
|
||||
|
|
Loading…
Reference in New Issue