Skip to content

Commit bf77b74

Browse files
committed
Make logs more pretty
1 parent bb0f63e commit bf77b74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hooks/terraform_providers_lock.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ Check migration instructions at https://github.com/antonbabenko/pre-commit-terra
154154
exit 0
155155
fi
156156

157-
common::colorify "yellow" "$dir_path/.terraform.lock.hcl missing some of required platforms (${platforms_names[*]})."
157+
common::colorify "yellow" "\n$dir_path/.terraform.lock.hcl missing some of required platforms.
158+
All required platforms: ${platforms_names[*]}."
158159
fi
159160

160161
#? Don't require `tf init` for providers, but required `tf init` for modules

0 commit comments

Comments
 (0)