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 {
12
12
common::parse_cmdline " $@ "
13
13
common::export_provided_env_vars " ${ENV_VARS[@]} "
14
14
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
16
16
17
17
# shellcheck disable=SC2153 # False positive
18
18
common::per_dir_hook " $HOOK_ID " " ${# ARGS[@]} " " ${ARGS[@]} " " ${FILES[@]} "
@@ -46,7 +46,7 @@ function per_dir_hook_unique_part {
46
46
local -a -r args=(" $@ " )
47
47
48
48
# pass the arguments to hook
49
- terragrunt hclfmt " ${args[@]} "
49
+ terragrunt hcl format " ${args[@]} "
50
50
51
51
# return exit code to common::per_dir_hook
52
52
local exit_code=$?
@@ -63,7 +63,7 @@ function run_hook_on_whole_repo {
63
63
local -a -r args=(" $@ " )
64
64
65
65
# pass the arguments to hook
66
- terragrunt hclfmt " $( pwd) " " ${args[@]} "
66
+ terragrunt hcl format " $( pwd) " " ${args[@]} "
67
67
68
68
# return exit code to common::per_dir_hook
69
69
local exit_code=$?
You can’t perform that action at this time.
0 commit comments