]> git.openstreetmap.org Git - chef.git/commitdiff
Fix osmf mediawiki skin site name
authorGrant Slater <github@firefishy.com>
Mon, 18 Sep 2023 17:28:09 +0000 (18:28 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 18 Sep 2023 17:28:09 +0000 (18:28 +0100)
cookbooks/foundation/recipes/wiki.rb

index 292179c9d9fe68b42d96743a38ec7c85b451bd63..d132cbe31bcb8f1d034cba4f132994db2f146b6c 100644 (file)
@@ -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