Skip to content

Commit

Permalink
Quote the argument to -VMHost when provisioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berger authored and d-m-u committed Jun 6, 2018
1 parent fb06a39 commit 8e42452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def build_ps_script
$vm = New-SCVirtualMachine \
-Name '#{dest_name}' \
-VMHost #{dest_host} \
-VMHost '#{dest_host}' \
-Path '#{dest_mount_point}' \
-VMTemplate #{template_ps_script}; \
Set-SCVirtualMachine -VM $vm \
Expand Down

0 comments on commit 8e42452

Please sign in to comment.