summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-07 20:33:35 +0000
committerKarl Berry <karl@freefriends.org>2021-05-07 20:33:35 +0000
commitf05b969edef73dd1b476e139ffb3fc795359f3ed (patch)
tree0edf52d64b839b89dc9e1a33778280b2c094544e
parent1e6af30cd22c38162c202393daeb98dc5b1aff04 (diff)
no-check-certificate is not plural
git-svn-id: svn://tug.org/texlive/trunk@59122 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index a64eda11a2b..608213039a1 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -131,7 +131,7 @@ our %FallbackDownloaderArgs = (
'--insecure',
'--fail', '--location', '--silent', '--output'],
'wget' => ['--user-agent=texlive/wget', '--tries=4',
- '--no-check-certificates',
+ '--no-check-certificate',
"--timeout=$NetworkTimeout", '-q', '-O'],
);
# the way we package things on the web