[GO][FIX] fixed typo

This commit is contained in:
Alexandre CHAZAL
2020-12-01 20:10:58 +01:00
committed by GitHub
parent 3ccd8caa23
commit 4ddcf3ecd5

View File

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