From 21eef42b32b2f82107291c17595bc28fd88e1d60 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 28 Dec 2024 00:23:45 +0200 Subject: [PATCH] toolbx: curlrc fix. Not sure why this change fixes the build, but it does. --- toolbx/.curlrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbx/.curlrc b/toolbx/.curlrc index f2c6078..7e07a19 100644 --- a/toolbx/.curlrc +++ b/toolbx/.curlrc @@ -1,5 +1,5 @@ --fail --location ---proto="=https" +--proto "=https" --show-error --silent -- GitLab