From ca43ecfaffa3f6dbccbf3fe5835fdaa37f150a55 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Aug 2021 16:00:39 +0200 Subject: [PATCH] Update config.json --- addons_updater/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index 00612605d..f610833c6 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -25,7 +25,7 @@ "verbose": true }, "schema": { - "addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "having-asset": "str?", "repository": "str", "upstream": "str"}], + "addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "having_asset": "str?", "repository": "str", "upstream": "str"}], "gituser": "str", "gitpass": "str", "gitmail": "str",