Просмотр исходного кода

Merge pull request #5622 from simo5/yammlint

Fix mispelling in error message yammlint -> yamllint
Scott Dodson 7 лет назад
Родитель
Сommit
af20ba9f9d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -165,7 +165,7 @@ class OpenShiftAnsibleYamlLint(Command):
                         has_warnings = True
 
         if has_errors or has_warnings:
-            print('yammlint issues found')
+            print('yamllint issues found')
             raise SystemExit(1)