Skip to content

Commit

Permalink
fix a typo in vm_name -key value in qemu type section of windows_2016…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
mikajarvinen committed Feb 1, 2021
1 parent c681c30 commit 84dcc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packer/windows_2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
{
"type": "qemu",
"vm_name": "windows_10",
"vm_name": "WindowsServer2016",
"communicator": "winrm",
"iso_url": "{{user `iso_url`}}",
"iso_checksum": "{{user `iso_checksum`}}",
Expand Down

0 comments on commit 84dcc43

Please sign in to comment.