Skip to content

Commit 214b007

Browse files
author
lillian
committed
fix typo with installing skins
1 parent a675ae2 commit 214b007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/mediawiki/fetch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function fetch_extension {
1313
function fetch_skin {
1414
url=$(curl "https://www.mediawiki.org/w/api.php?action=query&list=extdistbranches&format=json&edbskins=$name" | jq -r ".query.extdistbranches.skins.$name.$version")
1515

16-
(cd mediawiki/extensions && curl $url | tar xz)
16+
(cd mediawiki/skins && curl $url | tar xz)
1717
}
1818

1919
`fetch_$type`

0 commit comments

Comments
 (0)