Signed-off-by: Cleber Rosa <[email protected]>
---
 client/virt/virt_utils.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/virt/virt_utils.py b/client/virt/virt_utils.py
index 95dfaf7..6cd00e5 100644
--- a/client/virt/virt_utils.py
+++ b/client/virt/virt_utils.py
@@ -2600,7 +2600,8 @@ class KojiPkgSpec(object):
         Describes why this is not valid, in a human friendly way
         '''
         if self._is_invalid_neither_tag_or_build():
-            return 'neither a tag or build are set, and of them should be set'
+            return ('neither a tag or build is set, but one of them should '
+                    'be set')
         elif self._is_invalid_package_but_no_tag():
             return 'package name specified but no tag is set'
         elif self._is_invalid_subpackages_but_no_main_package():
-- 
1.7.11.2

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to