fix: typo

This commit is contained in:
Victor Martinez 2020-06-29 07:48:51 +01:00
parent dd3a792f27
commit 030c23766f
No known key found for this signature in database
GPG key ID: 4058B656AD58C4F5

View file

@ -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