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