From 59b81361c80e20893b584fa76d6efd0c8caeeb07 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 28 Jan 2020 14:40:11 -0600 Subject: [PATCH] fix linter --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 2ff1d204..632ab8d3 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 #