Missing comma in the qemu builder example

This commit is contained in:
Gergely Szabo 2018-07-09 13:46:15 +02:00
parent 3d1bb332e1
commit b2098ce9d5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ to files, URLS for ISOs and checksums.
"iso_checksum": "af4a1640c0c6f348c6c41f1ea9e192a2",
"iso_checksum_type": "md5",
"output_directory": "output_centos_tdhtest",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now"
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now",
"disk_size": 5000,
"format": "qcow2",
"headless": false,