From 5bf4295d1e272b72f0b3962b45bdf103a0acb36b Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 23 Apr 2020 12:14:31 -0500 Subject: [PATCH] fix debug --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index e197ee8c..e044b22b 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -378,7 +378,7 @@ LintAnsibleFiles() exit 1 else # Success - if [ "$DEBUG" -ne 0 ]; then + if [[ "$VERBOSE_OUTPUT" != "false" ]]; then # Success echo "Successfully found binary in system" echo "Location:[$VALIDATE_INSTALL_CMD]"