Skip to content

Commit

Permalink
Update script to use new 5eTools mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Jafner committed Jan 6, 2024
1 parent 67a9490 commit af23b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit af23b71

Please sign in to comment.