From 32dae32273c9a1f4bd20f2425301c669ba5c757c Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Fri, 29 Oct 2021 16:42:05 +0300 Subject: [PATCH] chore: Updated messages shown in terraform_tflint hook (#274) --- terraform_tflint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform_tflint.sh b/terraform_tflint.sh index 52c57566e..af2040877 100755 --- a/terraform_tflint.sh +++ b/terraform_tflint.sh @@ -66,7 +66,7 @@ tflint_() { # Print checked PATH **only** if TFLint have any messages # shellcheck disable=SC2091 # Suppress error output $(tflint "${ARGS[@]}" 2>&1) 2> /dev/null || { - echo >&2 -e "\033[1;31m\nERROR in $path_uniq/:\033[0m" + echo >&2 -e "\033[1;33m\nTFLint in $path_uniq/:\033[0m" tflint "${ARGS[@]}" }