Skip to content

Commit 8481dc9

Browse files
authored
fix: replace deprecated --terragrunt-hclfmt-file flag (#125)
1 parent 0225754 commit 8481dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/terragrunt-hclfmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export PATH=$PATH:/usr/local/bin
99

1010
for file in "$@"; do
1111
pushd "$(dirname "$file")" >/dev/null
12-
terragrunt hclfmt --terragrunt-hclfmt-file "$(basename "$file")"
12+
terragrunt hclfmt --file "$(basename "$file")"
1313
popd >/dev/null
1414
done

0 commit comments

Comments
 (0)