From b3d0203145a68099aebe3d5a161945c77b26cd3a Mon Sep 17 00:00:00 2001 From: Max Lerebourg Date: Mon, 5 Dec 2022 08:17:33 +0100 Subject: [PATCH] :lipstick: fix lint --- pkg/configuration/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/configuration/configuration.go b/pkg/configuration/configuration.go index 9b8d41a..890bed3 100644 --- a/pkg/configuration/configuration.go +++ b/pkg/configuration/configuration.go @@ -211,7 +211,7 @@ func validateParamsRequired(config *Config) error { return nil } -// GetTLSConfigCrowdsec get TLS config from Config +// GetTLSConfigCrowdsec get TLS config from Config. func GetTLSConfigCrowdsec(config *Config) (*tls.Config, error) { tlsConfig := new(tls.Config) tlsConfig.RootCAs = x509.NewCertPool()