From b5ec42e62f5304d9c1b4ec3b62f06ac018b9a360 Mon Sep 17 00:00:00 2001 From: John Morrissey Date: Sat, 14 Apr 2018 09:15:21 -0400 Subject: [PATCH] fix missing comma in docs for lxd builder --- website/source/docs/builders/lxd.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/lxd.html.md b/website/source/docs/builders/lxd.html.md index 019b97534..4f8cf9c84 100644 --- a/website/source/docs/builders/lxd.html.md +++ b/website/source/docs/builders/lxd.html.md @@ -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" }