diff --git a/website/source/docs/command-line/fix.html.md b/website/source/docs/command-line/fix.html.md index ec18b69bc..093132c78 100644 --- a/website/source/docs/command-line/fix.html.md +++ b/website/source/docs/command-line/fix.html.md @@ -19,13 +19,13 @@ The fix command will output the changed template to standard out, so you should redirect standard using standard OS-specific techniques if you want to save it to a file. For example, on Linux systems, you may want to do this: -\$ packer fix old.json > new.json + $ packer fix old.json > new.json If fixing fails for any reason, the fix command will exit with a non-zero exit status. Error messages appear on standard error, so if you're redirecting output, you'll still see error messages. --> **Even when Packer fix doesn't do anything** to the template, the template +-> **Even when Packer fix doesn't do anything** to the template, the template will be outputted to standard out. Things such as configuration key ordering and indentation may be changed. The output format however, is pretty-printed for human readability.