Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ec211 commit 0083c92Copy full SHA for 0083c92
1 file changed
Doc/tools/update-docs.sh
@@ -28,4 +28,4 @@ fi
28
mv $TMPDIR/Python-Docs-* $DOCTYPE
29
rmdir $TMPDIR
30
rm -rf $DOCTYPE-temp || exit $?
31
-rm "$UPDATES" || exit $?
+mv "$UPDATES" python-docs-$DOCTYPE.tar.bz2 || exit $?
0 commit comments