From fccbb9ac06e4c7ec23ef406fb0dc2ae7772296b9 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Fri, 1 Sep 2023 22:35:52 +0200 Subject: [PATCH] chore: update example to remove trailing slash --- config.example.scfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.scfg b/config.example.scfg index 1ccec26..9437d2a 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -16,7 +16,7 @@ ntfy { handler "/flux" { type "flux" - topic "/flux" + topic "flux" } # handler "/alertmanager" {