From 4ebef80a5ec6e33572be1b35ff89b142aa3afb09 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 30 Apr 2018 17:10:05 +0100 Subject: [PATCH] Fix copy paste error --- 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 400ffcde5..e13aaa186 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -43,7 +43,7 @@ end mediawiki_extension "MobileFrontend" do action :delete - site "board.osmfoundation.org" + site "wiki.osmfoundation.org" end mediawiki_skin "osmf" do -- 2.39.5