Skip to content

Commit

Permalink
Update the DisplayTitle extension (fix T355481) (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastakhov authored Jul 31, 2024
1 parent 9038561 commit 2ccead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ RUN set -x; \
# DisplayTitle
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-DisplayTitle $MW_HOME/extensions/DisplayTitle \
&& cd $MW_HOME/extensions/DisplayTitle \
&& git checkout -q a14c406cc273c73a12957b55a27c095ad98d1795 \
&& git checkout -q c485a2a89a1fd9cb6a4eda4f821de86b2a034f70 \
# Echo
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-Echo $MW_HOME/extensions/Echo \
&& cd $MW_HOME/extensions/Echo \
Expand Down

0 comments on commit 2ccead0

Please sign in to comment.