Fix typo
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
IamTheFij 2021-02-17 10:24:34 -08:00
parent a47d73b669
commit 776a1129f9
1 changed files with 1 additions and 1 deletions

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