Merge pull request #384 from leviem1/config-patch

Fixed config load issue caused by quotes
This commit is contained in:
Lukas Gravley 2020-07-06 20:22:27 -05:00 committed by GitHub
commit d1a74e3789
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,7 +336,7 @@ GetLinterRules() {
######################################## ########################################
# Update the path to the file location # # Update the path to the file location #
######################################## ########################################
declare -g "${LANGUAGE_LINTER_RULES}=$GITHUB_WORKSPACE/$LINTER_RULES_PATH/${!LANGUAGE_FILE_NAME}" eval "${LANGUAGE_LINTER_RULES}=$GITHUB_WORKSPACE/$LINTER_RULES_PATH/${!LANGUAGE_FILE_NAME}"
else else
######################################################## ########################################################
# No user default provided, using the template default # # No user default provided, using the template default #