missed the quotes
This commit is contained in:
parent
70eea69e79
commit
ca63173bf0
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ def latest(module, items, repoq, yum_basecmd):
|
||||||
|
|
||||||
for spec in items:
|
for spec in items:
|
||||||
pkg = None
|
pkg = None
|
||||||
basecmd = update
|
basecmd = 'update'
|
||||||
# groups, again
|
# groups, again
|
||||||
if spec.startswith('@'):
|
if spec.startswith('@'):
|
||||||
pkg = spec
|
pkg = spec
|
||||||
|
|
Loading…
Reference in a new issue