Merge pull request #10927 from hashicorp/fix_typo
Fix TEMPATE to TEMPLATE in fmt cmd help text
This commit is contained in:
commit
d0a4a71da8
|
@ -76,8 +76,8 @@ Usage: packer fmt [options] [TEMPLATE]
|
||||||
configuration files (.pkr.hcl) and variable files (.pkrvars.hcl) are updated.
|
configuration files (.pkr.hcl) and variable files (.pkrvars.hcl) are updated.
|
||||||
JSON files (.json) are not modified.
|
JSON files (.json) are not modified.
|
||||||
|
|
||||||
If TEMPATE is "." the current directory will be used.
|
If TEMPLATE is "." the current directory will be used.
|
||||||
If TEMPATE is "-" then content will be read from STDIN.
|
If TEMPLATE is "-" then content will be read from STDIN.
|
||||||
|
|
||||||
The given content must be in Packer's HCL2 configuration language; JSON is
|
The given content must be in Packer's HCL2 configuration language; JSON is
|
||||||
not supported.
|
not supported.
|
||||||
|
|
Loading…
Reference in New Issue