Browse Source

[fix] test.yamllint - fixed typo

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
9b0151eaa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manage

+ 1 - 1
manage

@@ -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[@]}"
 }