From 73030745d8998dbd2a3b898909fa11cec5a0d1d2 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Thu, 17 Oct 2024 11:42:18 +0200 Subject: [PATCH] Update fetch.sh. --- tools/fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fetch.sh b/tools/fetch.sh index 4816ed1..4fdf11a 100755 --- a/tools/fetch.sh +++ b/tools/fetch.sh @@ -19,4 +19,4 @@ git clone https://github.com/agl/extract-nss-root-certs.git curl https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt -o certdata.txt go run extract-nss-root-certs/convert_mozilla_certdata.go > certdata.new -toit.run to_toit_source.toit certdata.new > ../src/certificate_roots.toit +toit.run to_toit_source.toit certdata.new > ../src/certificate-roots.toit