From ca63173bf07c5be822693e5ca8c1832747b72fb3 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 8 Aug 2012 10:43:45 -0400 Subject: [PATCH] missed the quotes --- library/yum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/yum b/library/yum index 277bb950c1..df47cdd9d7 100755 --- a/library/yum +++ b/library/yum @@ -276,7 +276,7 @@ def latest(module, items, repoq, yum_basecmd): for spec in items: pkg = None - basecmd = update + basecmd = 'update' # groups, again if spec.startswith('@'): pkg = spec