Fix typo
This commit is contained in:
parent
a47d73b669
commit
776a1129f9
2
auth.go
2
auth.go
@ -78,7 +78,7 @@ func (app slackApp) listenForCode() (string, error) {
|
|||||||
tlsCfg.Certificates = make([]tls.Certificate, 1)
|
tlsCfg.Certificates = make([]tls.Certificate, 1)
|
||||||
tlsCfg.Certificates[0] = cert
|
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 = ""
|
certPath = ""
|
||||||
keyPath = ""
|
keyPath = ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user