From b0b627a6805cfb9877f7578af8b4f877305c9a3d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 15:26:57 +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 1b43db569..a0af2754c 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",