mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(helm-lint): fmt
Signed-off-by: Isaiah Lewis <isaiah@roof12.com>
(cherry picked from commit 62e0c78ef8)
This commit is contained in:
parent
d33ac5e44b
commit
b278020311
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,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