From dfd61bfbec87791929a069753a407703ed91165d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 18 Sep 2023 18:28:09 +0100 Subject: [PATCH] Fix osmf mediawiki skin site name --- cookbooks/foundation/recipes/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 292179c9d..d132cbe31 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -46,7 +46,7 @@ mediawiki_site "osmfoundation.org" do end mediawiki_skin "OSMFoundation" do - site "wiki.osmfoundation.org" + site "osmfoundation.org" repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git" revision "master" legacy false -- 2.43.2