💄 fix lint

This commit is contained in:
Max Lerebourg
2022-12-05 08:17:33 +01:00
parent 8f5b7bb9af
commit b3d0203145
+1 -1
View File
@@ -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()