mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
adding correct flag
This commit is contained in:
parent
3bfd689775
commit
9367daf4b2
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||||
##################################
|
##################################
|
||||||
|
|
Loading…
Reference in a new issue