From 39502c001f3800dda54d402173fdac5c39826a37 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 1 Feb 2023 15:50:06 +0000 Subject: [PATCH] foundation: make cookstyle happy --- 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 ef74bf091..9a25ef480 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -41,7 +41,7 @@ mediawiki_site "wiki.osmfoundation.org" do email_sender "webmaster@openstreetmap.org" email_sender_name "OSMF Wiki" private_accounts true - extra_file_extensions ["mp3", "pptx"] + extra_file_extensions %w[mp3 pptx] version "1.39" end -- 2.43.2