From a5be33c82ba782950e845c7aba3c0e20e52b14ac Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 8 May 2026 09:00:21 +0200 Subject: [PATCH] fix: add missing comma for json --- templates/zot/config.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zot/config.json.j2 b/templates/zot/config.json.j2 index b71fc1c..85c30b0 100644 --- a/templates/zot/config.json.j2 +++ b/templates/zot/config.json.j2 @@ -15,7 +15,7 @@ "enable": true }, "search": { - "enable": true + "enable": true, "cve": { "updateInterval": "24h" }