From 030c23766fcfbbe1ae4b4f4d08aa5f665be9e036 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 29 Jun 2020 07:48:51 +0100 Subject: [PATCH] fix: typo --- lib/linter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index a48f8bbe..ac5929dc 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -563,7 +563,7 @@ LintAnsibleFiles() # Store the linting as a temporary file in TAP format # ####################################################### if IsTAP ; then - echo "nok ok ${INDEX} - ${FILE}" >> "${TMPFILE}" + echo "not ok ${INDEX} - ${FILE}" >> "${TMPFILE}" printf " ---\n message:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}" fi else @@ -1912,7 +1912,7 @@ LintCodebase() # Store the linting as a temporary file in TAP format # ####################################################### if IsTAP ; then - echo "nok ok ${INDEX} - ${FILE}" >> "${TMPFILE}" + echo "not ok ${INDEX} - ${FILE}" >> "${TMPFILE}" printf " ---\n message:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}" fi