From 218cd08b58d30d56c1e721a13332b070be140c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Poniedzia=C5=82ek?= Date: Tue, 23 Apr 2024 10:25:47 +0200 Subject: [PATCH] Fix skip schemas template --- templates/config.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.json.tmpl b/templates/config.json.tmpl index b6d45f4..31a7256 100644 --- a/templates/config.json.tmpl +++ b/templates/config.json.tmpl @@ -21,7 +21,7 @@ } - "skipSchemas": $skip_schemas + "skipSchemas": ${skip_schemas} %{ if webhook_collector != "" ~} "monitoring": {