summaryrefslogtreecommitdiff
path: root/update-website
diff options
context:
space:
mode:
authorSimon Doppler <dopsi+gitkraken@dopsi.ch>2018-05-14 16:05:12 +0200
committerSimon Doppler <dopsi+gitkraken@dopsi.ch>2018-05-14 16:05:12 +0200
commit5dd19e71327bbb83e74dc353f9752072ab93c6c9 (patch)
tree3f18c00985509834239514f8b73423182c8a44f7 /update-website
parent5c7d2a43fc1f532d7df8cdd01dbe90592093410d (diff)
downloadreleng-5dd19e71327bbb83e74dc353f9752072ab93c6c9.tar.xz
update-website: fix typo
Diffstat (limited to 'update-website')
-rwxr-xr-xupdate-website1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-website b/update-website
index e7c4fc9..2d51bc3 100755
--- a/update-website
+++ b/update-website
@@ -90,6 +90,7 @@ while [ $# -gt 0 ]; do
echo "$1" | \
tr -d '\n' > \
"${tmp_dir}/torrent-seed.dual"
+ ;;
'--mirror-dir')
if [ -s "${tmp_dir}/mirror_dir.set" ]; then
printf 'Option %s given multiple times.\n' "$1"