From 2a9dc513ab19d3f6cdc4ec0c12ddb82964067d77 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 26 Feb 2015 16:35:31 -0800 Subject: [PATCH] Fix statement in machine-readable 'ui' type docs. The text previously stated that "ui"-type messages represent messages that would be shown if Packer is *not* running in human-readable mode. This is rather talking about what would happen when Packer *is* using human-readable mode. --- website/source/docs/machine-readable/general.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/machine-readable/general.html.markdown b/website/source/docs/machine-readable/general.html.markdown index 05eb2699a..1f08be4d2 100644 --- a/website/source/docs/machine-readable/general.html.markdown +++ b/website/source/docs/machine-readable/general.html.markdown @@ -15,7 +15,7 @@ machine-readable output and are provided by Packer core itself.

Specifies the output and type of output that would've normally - gone to the console if Packer wasn't running in human-readable + gone to the console if Packer were running in human-readable mode.