Skip to content

Commit

Permalink
Merge pull request #397 from GilbN/develop
Browse files Browse the repository at this point in the history
domain fix
  • Loading branch information
GilbN authored Jul 10, 2022
2 parents 1ea12a4 + 302ea84 commit 5956a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5956a9b

Please sign in to comment.