Skip to content

Commit

Permalink
Use the new --terragrunt-hclfmt-file to fmt one file at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Mar 29, 2020
1 parent 4a0bdcd commit 86f6e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/terragrunt-hclfmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ set -e
export PATH=$PATH:/usr/local/bin

for file in "$@"; do
terragrunt hclfmt --terragrunt-config "$file"
terragrunt hclfmt --terragrunt-hclfmt-file "$file"
done

0 comments on commit 86f6e6c

Please sign in to comment.