Merge pull request #12 from github/fixTypo

fix ansible
This commit is contained in:
Lukas Gravley 2019-11-06 14:44:29 -06:00 committed by GitHub
commit c200202028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1423,7 +1423,7 @@ LintAnsibleFiles()
################################
# Lint the file with the rules #
################################
LINT_CMD=$("$LINTER_NAME" -v -c "$ANSIBLE_LINTER_FILE" "$ANSIBLE_DIR/$FILE" 2>&1)
LINT_CMD=$("$LINTER_NAME" -v -c "$ANSIBLE_LINTER_RULES" "$ANSIBLE_DIR/$FILE" 2>&1)
#######################
# Load the error code #