From ec97c784d63b8be50e0a3eb5393d99fea5a0631d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 15:26:35 +0100 Subject: [PATCH] =?UTF-8?q?Allow=20g=C3=AEt=20/data=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons_updater/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/addons_updater/config.json b/addons_updater/config.json index 664d28cc5..1b43db569 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -16,6 +16,7 @@ }, "startup": "once", "boot": "manual", + "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",