fixed typo in error message

see #729
This commit is contained in:
Bernhard B 2025-08-01 21:11:47 +02:00
parent 3b55103e7b
commit e87ff58762

View File

@ -157,7 +157,7 @@ func main() {
webhookUrl := utils.GetEnv("RECEIVE_WEBHOOK_URL", "")
if webhookUrl != "" && signalCliMode != client.JsonRpc {
log.Fatal("Env variable RECEIVE_WEBHOOK_URL can't be used with mode json-rpc!")
log.Fatal("Env variable RECEIVE_WEBHOOK_URL can only be used with mode json-rpc!")
}
jsonRpc2ClientConfigPathPath := *signalCliConfig + "/jsonrpc2.yml"