From fd144bcbd614ce22a6c4109f26ff4f3431910194 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 15:48:41 +0100 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 1e6fe6d27..2a572e84a 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -16,7 +16,7 @@ }, "startup": "once", "boot": "manual", - "environment": { "GIT_DISCOVERY_ACROSS_FILESYSTEM" = "1" }, + "environment": { "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" }, "options": { "addon": [{ "slug": "addon slug", "beta": false, "fulltag": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }], "gituser": "gituser",