mirror of
https://github.com/helm/helm.git
synced 2026-04-27 00:57:23 -04:00
fix(helm-lint): fmt
Signed-off-by: Isaiah Lewis <isaiah@roof12.com>
This commit is contained in:
parent
fb12b44493
commit
62e0c78ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func newHTTPURLLoader() *HTTPURLLoader {
|
|||
httpLoader := HTTPURLLoader(http.Client{
|
||||
Timeout: 15 * time.Second,
|
||||
Transport: &http.Transport{
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
TLSClientConfig: &tls.Config{},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue