From dd5106ab5de80b674bda2ad5683f5006aa5ced47 Mon Sep 17 00:00:00 2001 From: tiloKo <70266685+tiloKo@users.noreply.github.com> Date: Tue, 7 May 2024 13:26:58 +0200 Subject: [PATCH] Update http.go (#4922) typo --- pkg/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/http/http.go b/pkg/http/http.go index 768206bf2b..affac535f6 100644 --- a/pkg/http/http.go +++ b/pkg/http/http.go @@ -308,7 +308,7 @@ func (c *Client) initializeHttpClient() *http.Client { log.Entry().Debug("adding certs for tls to trust") err := c.configureTLSToTrustCertificates(transport) if err != nil { - log.Entry().Infof("adding certs for tls config failed : %v, continuing with the existing tsl config", err) + log.Entry().Infof("adding certs for tls config failed : %v, continuing with the existing tls config", err) } } else { log.Entry().Debug("no trusted certs found / using default transport / insecure skip set to true / : continuing with existing tls config")