summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcotton1998-11-06 12:19:22 +0000
committercotton1998-11-06 12:19:22 +0000
commit5666d06db214247e3ca7fd416d237c24ba8e7221 (patch)
tree4cc8c883c572f82e6c3fa20ddd3a0435834dccab
parentb16b85131c31e9abfd2bbcbc31521569d98dee44 (diff)
downloadmailman-5666d06db214247e3ca7fd416d237c24ba8e7221.tar.gz
mailman-5666d06db214247e3ca7fd416d237c24ba8e7221.tar.zst
mailman-5666d06db214247e3ca7fd416d237c24ba8e7221.zip
fixed typo in removing module code.
scott
-rwxr-xr-xbin/update4
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"