summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjpellerin <devnull@localhost>2010-03-04 19:15:43 -0500
committerjpellerin <devnull@localhost>2010-03-04 19:15:43 -0500
commit86100263036f3c3c617001ab8b1467bd346fb1d4 (patch)
treeda9b063aade1ecfa994bfa6a08a0fcf043641aa2 /scripts
parentaaa3d68c79f6caadeb9e0961d35ba36465aa1f17 (diff)
downloadnose-86100263036f3c3c617001ab8b1467bd346fb1d4.tar.gz
Fixes, docsrelease_0.11.2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkrelease.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkrelease.py b/scripts/mkrelease.py
index 7c7b379..86b67e1 100755
--- a/scripts/mkrelease.py
+++ b/scripts/mkrelease.py
@@ -60,7 +60,7 @@ def main():
up = os.environ['NOSE_UPLOAD']
cv = {
'host': up[:up.index(':')],
- 'path': up[up.index(':')+1:-1],
+ 'path': up[up.index(':')+1:],
'version':version,
'upload': up,
'upload_docs': os.path.join(up, version) }