From 5c3b747fea29d1c8d9da241b4c8626b1d6b6b189 Mon Sep 17 00:00:00 2001 From: jl2501 Date: Wed, 15 Jul 2020 12:39:43 -0400 Subject: [PATCH] Update fix.mdx trivially minor typo: omission of "out" when referring to "standard out" --- website/pages/docs/commands/fix.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/commands/fix.mdx b/website/pages/docs/commands/fix.mdx index d94d2c56c..f94968246 100644 --- a/website/pages/docs/commands/fix.mdx +++ b/website/pages/docs/commands/fix.mdx @@ -17,7 +17,7 @@ of Packer. After you update to a new Packer release, you should run the fix command to make sure your templates work with the new release. 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 +redirect standard out 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: ```shell-session