[PATCH] Give a working example of `update-notification`
Export this patch
You must specify a value here, otherwise ntfy-alertmanager crashes
with the following:
```
ERROR Failed to read config error="directive \"update-notification\": want 1 params, got 0"
```
---
config.scfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.scfg b/config.scfg
index 63cc6b8..e9962a8 100644
--- a/config.scfg
+++ b/config.scfg
@@ -61,7 +61,7 @@ resolved {
# Update the ntfy alert notification intead of creating a new one.
# Options: true, false
# Default: false
- update-notification
+ update-notification true
tags "resolved,partying_face"
icon "https://example.com/resolved.png"
priority 1
--
2.53.0
Pushed, thanks!