[GO][FIX] fixed typo
This commit is contained in:
@@ -246,7 +246,7 @@ func collectorOptions() []collector.Option {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if *tls || cfg.tls {
|
if *tls || cfg.tls {
|
||||||
fmt.printf("TLS activated\n");
|
fmt.Printf("TLS activated\n");
|
||||||
opts = append(opts, collector.WithTLS(*insecure))
|
opts = append(opts, collector.WithTLS(*insecure))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user