From 9367daf4b249052b8c5b3e55153bb2a42098d61f Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 3 Feb 2020 10:41:34 -0600 Subject: [PATCH] adding correct flag --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index ceee503b..5e72f7d5 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1285,7 +1285,7 @@ GetLinterRules "$DOCKER_FILE_NAME" "$DOCKER_LINTER_RULES" ################################# # Check if were in verbose mode # ################################# -if [[ "$RUN_LOCAL" != "false" ]]; then +if [[ "$VERBOSE_OUTPUT" != "false" ]]; then ################################## # Get and print all version info # ##################################