Fix a typo on is_update call inside latest function

reviewable/pr18780/r1
Bruno BAILLUET 10 years ago
parent 220349d83b
commit 8f2dae1964

@ -672,7 +672,7 @@ def latest(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
nothing_to_do = False
break
if basecmd == 'update' and is_update(module, repoq, this, conf_file, en_repos=en_repos, dis_repos=en_repos):
if basecmd == 'update' and is_update(module, repoq, this, conf_file, en_repos=en_repos, dis_repos=dis_repos):
nothing_to_do = False
break

Loading…
Cancel
Save