From 990bb8fed211f39384fe176c5035da69b3be2d79 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 6 Nov 2019 14:38:34 -0600 Subject: [PATCH] fix ansible --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 40900d70..d03fea62 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 #