From a9bc2068f7e111568bacbce7356578aa28b47549 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 28 Aug 2020 13:50:23 -0500 Subject: [PATCH] they come in pairs --- lib/worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/worker.sh b/lib/worker.sh index 52ca044f..ce064762 100755 --- a/lib/worker.sh +++ b/lib/worker.sh @@ -235,7 +235,7 @@ function LintCodebase() { elif [[ ${FILE_TYPE} == "CSHARP" ]]; then LINT_CMD=$( cd "${GITHUB_WORKSPACE}" || exit - ${LINTER_CMD} "${FILE}" | tee /dev/tty2 2>&1; exit "${PIPESTATUS[0]}" + ${LINTER_COMMAND} "${FILE}" | tee /dev/tty2 2>&1; exit "${PIPESTATUS[0]}" ) else ################################