Skip to content

Commit 32dae32

Browse files
authored
chore: Updated messages shown in terraform_tflint hook (#274)
1 parent 57b94a2 commit 32dae32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform_tflint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tflint_() {
6666
# Print checked PATH **only** if TFLint have any messages
6767
# shellcheck disable=SC2091 # Suppress error output
6868
$(tflint "${ARGS[@]}" 2>&1) 2> /dev/null || {
69-
echo >&2 -e "\033[1;31m\nERROR in $path_uniq/:\033[0m"
69+
echo >&2 -e "\033[1;33m\nTFLint in $path_uniq/:\033[0m"
7070
tflint "${ARGS[@]}"
7171
}
7272

0 commit comments

Comments
 (0)