Update fix.mdx

trivially minor typo: omission of "out" when referring to "standard out"
pull/9586/head
jl2501 6 years ago committed by GitHub
parent 40c9cc7cd3
commit 5c3b747fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save