From f05b969edef73dd1b476e139ffb3fc795359f3ed Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 7 May 2021 20:33:35 +0000 Subject: no-check-certificate is not plural git-svn-id: svn://tug.org/texlive/trunk@59122 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3