diff options
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
