Skip to content

Commit 7b3444f

Browse files
authored
Fix building, RottenLinks extension renamed master branch to main (#489)
1 parent ee0c10e commit 7b3444f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ RUN set -x; \
455455
&& cd $MW_HOME/extensions/RevisionSlider \
456456
&& git checkout -q 3cae51a322a5ca0f359e83efcb5fac38e73e346e \
457457
# RottenLinks
458-
&& git clone --single-branch -b master https://github.com/miraheze/RottenLinks.git $MW_HOME/extensions/RottenLinks \
458+
&& git clone --single-branch -b main https://github.com/miraheze/RottenLinks.git $MW_HOME/extensions/RottenLinks \
459459
&& cd $MW_HOME/extensions/RottenLinks \
460460
&& git checkout -q a96e99d0a61a42d59587a67db0720ce245a7ee46 \
461461
# SandboxLink

0 commit comments

Comments
 (0)