misfin send message #3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
703989a4b3
commit
1fc8937144
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func ProcessMention(remoteUrl string, pageId string) (bool, error) {
|
|||
links,
|
||||
"\n=> ",
|
||||
)
|
||||
certFile, err := os.ReadFile("./identities/alkierios.misfin.pem")
|
||||
certFile, err := os.ReadFile("./identities/alkierios_misfin.pem")
|
||||
if err != nil {
|
||||
return false, fmt.Errorf("[gemini-mentions] couldn't read misfin sert: %s", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue