diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-24 16:13:44 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-24 16:13:44 +0100 |
commit | 468b5a18f314ca3e3c280b6401626a767e9d8a69 (patch) | |
tree | 03d6c7aa46f9878fb8bd4e3a29f9b52296130f84 | |
parent | 20c337d6ba241ff6ac1eee70107001af3a03a581 (diff) |
check-certificates: unbreak certificate download
This was borked with a2749b276003a90b95b9723e287542be56c0d0c1. 😳
-rw-r--r-- | check-certificates.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-certificates.rsc b/check-certificates.rsc index 715a6b7..af0f9b4 100644 --- a/check-certificates.rsc +++ b/check-certificates.rsc @@ -17,7 +17,6 @@ :global CertificateAvailable :global EscapeForRegEx; -:global FetchUserAgent; :global IfThenElse; :global LogPrintExit2; :global ParseKeyValueStore; @@ -35,6 +34,7 @@ :global CertificateNameByCN; :global EscapeForRegEx; + :global FetchUserAgent; :global LogPrintExit2; :global UrlEncode; :global WaitForFile; |