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:
commit
fe8697ad4b
|
@ -30,7 +30,7 @@ Below is a fully functioning example.
|
||||||
"type": "lxd",
|
"type": "lxd",
|
||||||
"name": "lxd-xenial",
|
"name": "lxd-xenial",
|
||||||
"image": "ubuntu-daily:xenial",
|
"image": "ubuntu-daily:xenial",
|
||||||
"output_image": "ubuntu-xenial"
|
"output_image": "ubuntu-xenial",
|
||||||
"publish_properties": {
|
"publish_properties": {
|
||||||
"description": "Trivial repackage with Packer"
|
"description": "Trivial repackage with Packer"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue