Merge pull request #6134 from jwm/jwm/fix_lxd_builder_docs_typo

Fix missing comma in docs for LXD builder
This commit is contained in:
Rickard von Essen 2018-04-14 15:46:21 +02:00 committed by GitHub
commit fe8697ad4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}