Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0083c92

Browse files
committed
make the tarball available for download instead of throwing it away
1 parent 24ec211 commit 0083c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/update-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fi
2828
mv $TMPDIR/Python-Docs-* $DOCTYPE
2929
rmdir $TMPDIR
3030
rm -rf $DOCTYPE-temp || exit $?
31-
rm "$UPDATES" || exit $?
31+
mv "$UPDATES" python-docs-$DOCTYPE.tar.bz2 || exit $?

0 commit comments

Comments
 (0)