diff options
author | Simon Doppler <dopsi+gitkraken@dopsi.ch> | 2018-05-14 16:05:12 +0200 |
---|---|---|
committer | Simon Doppler <dopsi+gitkraken@dopsi.ch> | 2018-05-14 16:05:12 +0200 |
commit | 5dd19e71327bbb83e74dc353f9752072ab93c6c9 (patch) | |
tree | 3f18c00985509834239514f8b73423182c8a44f7 | |
parent | 5c7d2a43fc1f532d7df8cdd01dbe90592093410d (diff) | |
download | releng-5dd19e71327bbb83e74dc353f9752072ab93c6c9.tar.xz |
update-website: fix typo
-rwxr-xr-x | update-website | 1 |
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" |