From 1a10dd5cc51c0a15c0f25ff2bff0ddeacd3212a4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 2 Oct 2017 12:46:19 -0400 Subject: Fix mispelling in error message yammlint -> yamllint Signed-off-by: Simo Sorce --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eaf23d47a..3b786e0fb 100644 --- a/setup.py +++ b/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) -- cgit v1.2.1