mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Fixed typo in missing linter rules.
This commit is contained in:
parent
6def9c940d
commit
abb0901e2e
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ GetLinterRules() {
|
|||
debug " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) exists."
|
||||
else
|
||||
# Here we expect a rules file, so fail if not available.
|
||||
fatal " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) doesn't exists. Terminating..."
|
||||
fatal " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) doesn't exist. Terminating..."
|
||||
fi
|
||||
|
||||
eval "export ${LANGUAGE_LINTER_RULES}"
|
||||
|
|
Loading…
Reference in a new issue