Skip to content

Commit 0b71c40

Browse files
committed
Do not backup
1 parent f15407d commit 0b71c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/deploy-manual.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ git clone --quiet --branch=gh-pages "[email protected]:haskell/haskell-mode.git" gh
4646
cd gh-pages-deploy
4747
git rm -qr manual/latest
4848
cp -r ../html manual/latest
49-
find manual/latest -name '*.html' -exec sed -i bak -e '/^<\/head>$/i\
49+
find manual/latest -name '*.html' -exec sed -i -e '/^<\/head>$/i\
5050
<script src="../../index.js"> </script>
5151
' \{} \;
5252
git add manual/latest

0 commit comments

Comments
 (0)