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 # ##################################