diff options
| -rwxr-xr-x | bin/update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update b/bin/update index 1c7320155..2a57c26fe 100755 --- a/bin/update +++ b/bin/update @@ -182,8 +182,8 @@ def remove_old_sources(module): if __name__ == '__main__': - for mods in ("Archiver", "HyperArch", "HyperDatabase", "pipermail"): - remove_old_sources(module) + for mod in ("Archiver", "HyperArch", "HyperDatabase", "pipermail"): + remove_old_sources(mod) lists = list_names() if not lists: print "no lists == nothing to do, exiting" |
