From 31bbf1908281fc331b8a011dbb829c1068c8ed74 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 19 Oct 2018 10:15:12 -0700 Subject: [PATCH] clean up --- website/source/docs/commands/index.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/commands/index.html.md b/website/source/docs/commands/index.html.md index 2a47eaa72..36cee1383 100644 --- a/website/source/docs/commands/index.html.md +++ b/website/source/docs/commands/index.html.md @@ -79,10 +79,10 @@ Each component is explained below: - `timestamp` is a Unix timestamp in UTC of when the message was printed. -- `target` When you call `packer build` this can be either `''` or individual - build names, e.g. `amazon-ebs`. You'll normally see `''` when output from - the build process is happening, and the build name when artifacts of - particular builds are being referred to. +- `target` When you call `packer build` this can be either empty or individual + build names, e.g. `amazon-ebs`. It is normally empty when builds are in + progress, and the build name when artifacts of particular builds are being + referred to. - `type` is the type of machine-readable message being outputted. The two most common `type`s are `ui` and `artifact`