Merge pull request #54 from github/FixRule

fix linter
This commit is contained in:
Lukas Gravley 2020-01-28 14:45:56 -06:00 committed by GitHub
commit 010d9276da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -592,7 +592,7 @@ LintYmlFiles()
################################
# Lint the file with the rules #
################################
LINT_CMD=$("$LINTER_NAME" "$YAML_LINTER_RULES" "$FILE" 2>&1)
LINT_CMD=$("$LINTER_NAME" -c "$YAML_LINTER_RULES" "$FILE" 2>&1)
#######################
# Load the error code #