Merge pull request #882 from wrux/master

Fixed typo in missing linter rule fatal error.
This commit is contained in:
Lukas Gravley 2020-10-19 14:47:06 -05:00 committed by GitHub
commit 4053087930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"