From a30851c35d187253f50578f7953de0acbee7d6d7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 15:44:24 +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 e1b8efd2d..41f4f3f77 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",