From 85d1459372ef793e057df09f6da308cb3bab50cf Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 17 Feb 2021 15:43:02 +0000 Subject: [PATCH] The source location for cacert.pem has changed. --- pkg/mac/build-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mac/build-functions.sh b/pkg/mac/build-functions.sh index b7def0e52..7353f0709 100644 --- a/pkg/mac/build-functions.sh +++ b/pkg/mac/build-functions.sh @@ -254,7 +254,7 @@ _complete_bundle() { yarn install yarn run bundle - curl https://curl.haxx.se/ca/cacert.pem -o cacert.pem -s + curl https://curl.se/ca/cacert.pem -o cacert.pem -s popd > /dev/null # copy the web directory to the bundle as it is required by runtime