Merge pull request #10927 from hashicorp/fix_typo

Fix TEMPATE to TEMPLATE in fmt cmd help text
This commit is contained in:
Megan Marsh 2021-04-19 09:24:50 -07:00 committed by GitHub
commit d0a4a71da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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