From dc7c60a25fd513e3794ce9eba3bc3507c4664222 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 28 Jan 2015 07:33:06 -0700 Subject: [PATCH] Change non intuitive error message I found this message non intuitive and had to look at the code to understand the problem. Change-Id: Ia701effa9775c487e2fc3af46071ae313421ebac --- bashate/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashate/messages.py b/bashate/messages.py index 9715966..be48ca9 100644 --- a/bashate/messages.py +++ b/bashate/messages.py @@ -89,7 +89,7 @@ _messages = { 'default': 'W' }, 'E010': { - 'msg': 'Do not on same line as %s', + 'msg': 'The "do" should be on same line as %s', 'long_msg': """ Ensure consistency of "do" directive being on the same line as