[fix] test.yamllint - fixed typo

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-06-15 17:04:51 +02:00
parent 21541f8a12
commit 9b0151eaa8

2
manage
View file

@ -404,7 +404,7 @@ pypi.upload.test() {
}
test.yamllint() {
build_msg TEST "[pylint] \$PYLINT_FILES"
build_msg TEST "[yamllint] \$YAMLLINT_FILES"
pyenv.cmd yamllint --format parsable "${YAMLLINT_FILES[@]}"
}