From 715e1e08027bebf45db1a1c2a633b89e00337a0b Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Mon, 30 Mar 2026 16:33:30 +0200 Subject: [PATCH] Fix lint --- http.go | 1 - 1 file changed, 1 deletion(-) diff --git a/http.go b/http.go index c3c6a7f..78cb8ea 100644 --- a/http.go +++ b/http.go @@ -102,7 +102,6 @@ func HTTPClientFromContext(c *cli.Command, httpProxyEnabled bool) *http.Client { if v := c.String("transport.https-proxy"); v != "" { os.Setenv("HTTPS_PROXY", v) os.Setenv("https_proxy", v) - } if v := c.String("transport.no-proxy"); v != "" { os.Setenv("NO_PROXY", v)