Commit ca63173b by Seth Vidal

missed the quotes

parent 70eea69e
...@@ -276,7 +276,7 @@ def latest(module, items, repoq, yum_basecmd): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment