فهرست منبع

Fix mispelling in error message yammlint -> yamllint

Signed-off-by: Simo Sorce <simo@redhat.com>
Simo Sorce 7 سال پیش
والد
کامیت
1a10dd5cc5
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)