From d4e8fc32d92b5434f47db140811a951f9f6ccc44 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 10 Jul 2022 18:56:58 +0200 Subject: [PATCH] domain fix --- docker-mods/fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-mods/fetch.sh b/docker-mods/fetch.sh index b545c139..4ce22675 100644 --- a/docker-mods/fetch.sh +++ b/docker-mods/fetch.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -MODS=$(curl https://develop.theme-park.dev/themes.json | jq -r '.["docker-mods"]') +MODS=$(curl https://theme-park.dev/themes.json | jq -r '.["docker-mods"]') if [[ "$0" == "bash" ]]; then DIR="/tmp/theme-park-mods" else