mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 20:52:12 -05:00
typo
This commit is contained in:
parent
8fdce000bf
commit
f087775d99
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ GetValidationInfo()
|
||||||
-n "$VALIDATE_CSS" || \
|
-n "$VALIDATE_CSS" || \
|
||||||
-n "$VALIDATE_ENV" || \
|
-n "$VALIDATE_ENV" || \
|
||||||
-n "$VALIDATE_CLOJURE" || \
|
-n "$VALIDATE_CLOJURE" || \
|
||||||
-n "$VALIDATE_OPENAPI" ]] \
|
-n "$VALIDATE_OPENAPI" || \
|
||||||
-n "$VALIDATE_KOTLIN" ]]; then
|
-n "$VALIDATE_KOTLIN" ]]; then
|
||||||
ANY_SET="true"
|
ANY_SET="true"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue