fix linter

This commit is contained in:
Lucas Gravley 2020-01-28 14:40:11 -06:00
parent 0c3d86171c
commit 59b81361c8

View file

@ -592,7 +592,7 @@ LintYmlFiles()
################################ ################################
# Lint the file with the rules # # 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 # # Load the error code #