mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
fix: typo
This commit is contained in:
parent
dd3a792f27
commit
030c23766f
1 changed files with 2 additions and 2 deletions
|
@ -563,7 +563,7 @@ LintAnsibleFiles()
|
||||||
# Store the linting as a temporary file in TAP format #
|
# Store the linting as a temporary file in TAP format #
|
||||||
#######################################################
|
#######################################################
|
||||||
if IsTAP ; then
|
if IsTAP ; then
|
||||||
echo "nok ok ${INDEX} - ${FILE}" >> "${TMPFILE}"
|
echo "not ok ${INDEX} - ${FILE}" >> "${TMPFILE}"
|
||||||
printf " ---\n message:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}"
|
printf " ---\n message:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
@ -1912,7 +1912,7 @@ LintCodebase()
|
||||||
# Store the linting as a temporary file in TAP format #
|
# Store the linting as a temporary file in TAP format #
|
||||||
#######################################################
|
#######################################################
|
||||||
if IsTAP ; then
|
if IsTAP ; then
|
||||||
echo "nok ok ${INDEX} - ${FILE}" >> "${TMPFILE}"
|
echo "not ok ${INDEX} - ${FILE}" >> "${TMPFILE}"
|
||||||
printf " ---\n message:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}"
|
printf " ---\n message:[%s]\n ..." "$LINT_CMD" >> "${TMPFILE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue