fix missing comma in docs for lxd builder

This commit is contained in:
John Morrissey 2018-04-14 09:15:21 -04:00
parent 33bb7ecfdf
commit b5ec42e62f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Below is a fully functioning example.
"type": "lxd",
"name": "lxd-xenial",
"image": "ubuntu-daily:xenial",
"output_image": "ubuntu-xenial"
"output_image": "ubuntu-xenial",
"publish_properties": {
"description": "Trivial repackage with Packer"
}