From 0b7e30dcef601635f600173c4c562281d451726b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 04:19:07 +0100 Subject: [PATCH] Remove current --- addons_updater/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index 9db31a695..5448a6842 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -18,14 +18,14 @@ "environment": { }, "options": { - "addon": [{ "slug": "addon slug", "current": "1.1.1.1", "beta": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }], + "addon": [{ "slug": "addon slug", "beta": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }], "gituser": "gituser", "gitpass": "gitpassword", "gitmail": "youremail@gmail.com", "frequency": 7 }, "schema": { - "addon": [{ "slug": "str", "current": "str", "beta": "bool" , "repository": "str", "upstream": "str"}], + "addon": [{ "slug": "str", "beta": "bool" , "repository": "str", "upstream": "str"}], "gituser": "str", "gitpass": "str", "gitmail": "str",