File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function main {
1212 common::parse_cmdline " $@ "
1313 common::export_provided_env_vars " ${ENV_VARS[@]} "
1414 common::parse_and_export_env_vars
15- # JFYI: terragrunt hclfmt color already suppressed via PRE_COMMIT_COLOR=never
15+ # JFYI: ` terragrunt hcl format` color already suppressed via PRE_COMMIT_COLOR=never
1616
1717 # shellcheck disable=SC2153 # False positive
1818 common::per_dir_hook " $HOOK_ID " " ${# ARGS[@]} " " ${ARGS[@]} " " ${FILES[@]} "
@@ -46,7 +46,7 @@ function per_dir_hook_unique_part {
4646 local -a -r args=(" $@ " )
4747
4848 # pass the arguments to hook
49- terragrunt hclfmt " ${args[@]} "
49+ terragrunt hcl format " ${args[@]} "
5050
5151 # return exit code to common::per_dir_hook
5252 local exit_code=$?
@@ -63,7 +63,7 @@ function run_hook_on_whole_repo {
6363 local -a -r args=(" $@ " )
6464
6565 # pass the arguments to hook
66- terragrunt hclfmt " $( pwd) " " ${args[@]} "
66+ terragrunt hcl format " $( pwd) " " ${args[@]} "
6767
6868 # return exit code to common::per_dir_hook
6969 local exit_code=$?
You can’t perform that action at this time.
0 commit comments