3
0

Fixed another TLS typo

This commit is contained in:
Denis Arh
2021-03-29 08:52:09 +02:00
parent 34e835ed3c
commit 2f54a9611e

View File

@@ -111,7 +111,7 @@ func (app *CortezaApp) Setup() (err error) {
http.SetupDefaults(
app.Opt.HTTPClient.HttpClientTimeout,
app.Opt.HTTPClient.ClientTLSInsecure,
app.Opt.HTTPClient.ClientTSLInsecure,
)
monitor.Setup(app.Log, app.Opt.Monitor)