missed the quotes
This commit is contained in:
parent
f00ff3e60b
commit
85a5b4bd9d
1 changed files with 1 additions and 1 deletions
2
yum
2
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
|
||||
|
|
Loading…
Reference in a new issue