1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-10 10:50:11 +02:00

Update http.go (#4922)

typo
This commit is contained in:
tiloKo 2024-05-07 13:26:58 +02:00 committed by GitHub
parent 40693d30cd
commit dd5106ab5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")