mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-06 23:32:29 -04:00
fix TEMPATE to TEMPLATE in fmt cmd
This commit is contained in:
parent
9230a06920
commit
b448c3182c
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ Usage: packer fmt [options] [TEMPLATE]
|
|||
configuration files (.pkr.hcl) and variable files (.pkrvars.hcl) are updated.
|
||||
JSON files (.json) are not modified.
|
||||
|
||||
If TEMPATE is "." the current directory will be used.
|
||||
If TEMPATE is "-" then content will be read from STDIN.
|
||||
If TEMPLATE is "." the current directory will be used.
|
||||
If TEMPLATE is "-" then content will be read from STDIN.
|
||||
|
||||
The given content must be in Packer's HCL2 configuration language; JSON is
|
||||
not supported.
|
||||
|
|
|
|||
Loading…
Reference in a new issue