From f5ab91004c55641324eaebe9d1221d3f725ba0b3 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Tue, 11 Feb 2025 13:32:31 +0100 Subject: [PATCH] replaced org in default repo --- scripts/scheduler/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index 53af729..b130908 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -304,7 +304,7 @@ create_repositories_json() { { echo ' { - "repositories": [ "https://git.format.hu:format/default-applications-tree.git" ] + "repositories": [ "https://git.format.hu/safebox/default-applications-tree.git" ] } ' } | jq -r . >/etc/user/config/repositories.json