Skip to content

Commit

Permalink
fix up yum state=latest with pkg groups
Browse files Browse the repository at this point in the history
  • Loading branch information
skvidal committed Aug 8, 2012
1 parent f757d65 commit 70eea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/yum
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def latest(module, items, repoq, yum_basecmd):

for spec in items:
pkg = None

basecmd = update
# groups, again
if spec.startswith('@'):
pkg = spec
Expand Down

0 comments on commit 70eea69

Please sign in to comment.