From 85a5b4bd9de95e8136db5fdfb49babdfa0f6b891 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 8 Aug 2012 10:43:45 -0400 Subject: [PATCH] missed the quotes --- yum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yum b/yum index 277bb950c18..df47cdd9d7a 100755 --- a/yum +++ b/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