We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a675ae2 commit 214b007Copy full SHA for 214b007
docker/mediawiki/fetch.sh
@@ -13,7 +13,7 @@ function fetch_extension {
13
function fetch_skin {
14
url=$(curl "https://www.mediawiki.org/w/api.php?action=query&list=extdistbranches&format=json&edbskins=$name" | jq -r ".query.extdistbranches.skins.$name.$version")
15
16
- (cd mediawiki/extensions && curl $url | tar xz)
+ (cd mediawiki/skins && curl $url | tar xz)
17
}
18
19
`fetch_$type`
0 commit comments