diff --git a/auth.go b/auth.go index 78a5e0b..b147f5b 100644 --- a/auth.go +++ b/auth.go @@ -78,7 +78,7 @@ func (app slackApp) listenForCode() (string, error) { tlsCfg.Certificates = make([]tls.Certificate, 1) tlsCfg.Certificates[0] = cert - // Empty out paths since they don't exist so embeded certs will be used + // Empty out paths since they don't exist so embedded certs will be used certPath = "" keyPath = "" }