mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Merge pull request #882 from wrux/master
Fixed typo in missing linter rule fatal error.
This commit is contained in:
commit
4053087930
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