From 9cdf4c716fba1401ed8adaa42d2bb19b8996e352 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 10 Jul 2022 16:57:43 +0000 Subject: [PATCH] deploy: 302ea84efa513956fc6584c8e52cb90e5e086394 --- fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.sh b/fetch.sh index 9f137ab3..7e392ae8 100644 --- a/fetch.sh +++ b/fetch.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Downloads all docker mod scripts -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