diff options
| author | bwarsaw | 2000-11-21 15:55:36 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-11-21 15:55:36 +0000 |
| commit | c28a2974a24ddf8839efe06f81316a4969a72044 (patch) | |
| tree | b31887b0e3da4a93e0c677c3af1f8d103e04e896 | |
| parent | 78257952622dc8790a7015986119d6efaaf5816b (diff) | |
| download | mailman-c28a2974a24ddf8839efe06f81316a4969a72044.tar.gz mailman-c28a2974a24ddf8839efe06f81316a4969a72044.tar.zst mailman-c28a2974a24ddf8839efe06f81316a4969a72044.zip | |
| -rwxr-xr-x | admin/bin/Release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/bin/Release.py b/admin/bin/Release.py index 0fee49aa0..7a9d46387 100755 --- a/admin/bin/Release.py +++ b/admin/bin/Release.py @@ -127,7 +127,7 @@ def make_pkg(tagname): def do_bump(newvers): print 'doing bump...', # hack the index.html file - print 'index.html...', + print 'download.ht...', fp = open('admin/www/download.ht', 'r+') text = fp.read() parts = string.split(text, '<!-VERSION--->') |
