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)