From af23b7152240bbf6550d5cb623a77fca682a347d Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 6 Jan 2024 11:09:31 -0800 Subject: [PATCH] Update script to use new 5eTools mirror --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index cf842ad..2d5f8ed 100644 --- a/init.sh +++ b/init.sh @@ -40,7 +40,7 @@ SOURCE=${SOURCE} echo "SOURCE=$SOURCE" case $SOURCE in GITHUB | GITHUB-NOIMG) # Source is the github mirror - DL_LINK=https://github.com/5etools-mirror-1/5etools-mirror-1.github.io.git + DL_LINK=https://github.com/5etools-mirror-2/5etools-mirror-2.github.io.git echo " === Using GitHub mirror at $DL_LINK" if [ ! -d "./.git" ]; then # if no git repository already exists echo " === No existing git repository, creating one"