summaryrefslogtreecommitdiff
path: root/admin/bin/Release.py
diff options
context:
space:
mode:
Diffstat (limited to 'admin/bin/Release.py')
-rwxr-xr-xadmin/bin/Release.py2
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--->')