Fix typo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
IamTheFij 2021-02-17 10:24:34 -08:00
parent a47d73b669
commit 776a1129f9

View File

@ -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 = ""
}