adding correct flag

This commit is contained in:
Lucas Gravley 2020-02-03 10:41:34 -06:00
parent 3bfd689775
commit 9367daf4b2

View file

@ -1285,7 +1285,7 @@ GetLinterRules "$DOCKER_FILE_NAME" "$DOCKER_LINTER_RULES"
################################# #################################
# Check if were in verbose mode # # Check if were in verbose mode #
################################# #################################
if [[ "$RUN_LOCAL" != "false" ]]; then if [[ "$VERBOSE_OUTPUT" != "false" ]]; then
################################## ##################################
# Get and print all version info # # Get and print all version info #
################################## ##################################