]> git.openstreetmap.org Git - chef.git/commitdiff
foundation: make cookstyle happy
authorGrant Slater <github@firefishy.com>
Wed, 1 Feb 2023 15:50:06 +0000 (15:50 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 1 Feb 2023 15:50:06 +0000 (15:50 +0000)
cookbooks/foundation/recipes/wiki.rb

index ef74bf0913337b0941350229dc34fffec0df5622..9a25ef48005dd2d7457cdd7b0a8e79bb1fa1cb46 100644 (file)
@@ -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