Skip to content

Commit

Permalink
Add missing dash on recursive fmt command
Browse files Browse the repository at this point in the history
As per title, very minor fix but I might as well fix it.
  • Loading branch information
laurentgoudet authored and lbajolet-hashicorp committed Oct 16, 2024
1 parent 0e825e0 commit 069a6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/commands/fmt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ $ cat my-template.pkr.hcl | packer fmt -

- `-` - read formatting changes from stdin and write them to stdout.

- `recursive` Also process files in subdirectories. By default, only the
given directory (or current directory) is processed.
- `-recursive` Also process files in subdirectories. By default, only the
given directory (or current directory) is processed.

0 comments on commit 069a6ed

Please sign in to comment.