diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-02 15:58:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 15:58:35 -0400 |
commit | af20ba9f9dd455aee9ce4978078a3bcd90c12b24 (patch) | |
tree | 170e2889cf6baa3649fd2cacf7c31864df096331 | |
parent | 55617251e6abe5b205122b990c7ddb38bec87330 (diff) | |
parent | 1a10dd5cc51c0a15c0f25ff2bff0ddeacd3212a4 (diff) | |
download | openshift-af20ba9f9dd455aee9ce4978078a3bcd90c12b24.tar.gz openshift-af20ba9f9dd455aee9ce4978078a3bcd90c12b24.tar.bz2 openshift-af20ba9f9dd455aee9ce4978078a3bcd90c12b24.tar.xz openshift-af20ba9f9dd455aee9ce4978078a3bcd90c12b24.zip |
Merge pull request #5622 from simo5/yammlint
Fix mispelling in error message yammlint -> yamllint
-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) |