Skip to content

Commit 86f6e6c

Browse files
committed
Use the new --terragrunt-hclfmt-file to fmt one file at a time
1 parent 4a0bdcd commit 86f6e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/terragrunt-hclfmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ set -e
88
export PATH=$PATH:/usr/local/bin
99

1010
for file in "$@"; do
11-
terragrunt hclfmt --terragrunt-config "$file"
11+
terragrunt hclfmt --terragrunt-hclfmt-file "$file"
1212
done

0 commit comments

Comments
 (0)