Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 2778b41

Browse files
committed
pandocDownload2zip.sh: fix typo inf source-code filenames
1 parent e47cf79 commit 2778b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandocDownload2zip.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [[ ! -z "$zipUrlPartial" ]]; then
105105
# download
106106
wget $zipUrl
107107
# rename & to dist/
108-
mv $ZIP dist/pandoc-$ZIP-source-code
108+
mv $ZIP dist/pandoc-source-code-$ZIP
109109
fi
110110
### .tar.gz
111111
if [[ ! -z "$tarUrlPartial" ]]; then
@@ -115,5 +115,5 @@ if [[ ! -z "$tarUrlPartial" ]]; then
115115
# download
116116
wget $tarUrl
117117
# rename & to dist/
118-
mv $TAR dist/pandoc-$TAR-source-code
118+
mv $TAR dist/pandoc-source-code-$TAR
119119
fi

0 commit comments

Comments
 (0)