]> git.openstreetmap.org Git - chef.git/commitdiff
Add SoTM 2020
authorGrant Slater <git@firefishy.com>
Tue, 1 Oct 2019 11:28:53 +0000 (12:28 +0100)
committerGrant Slater <git@firefishy.com>
Tue, 1 Oct 2019 11:28:53 +0000 (12:28 +0100)
cookbooks/stateofthemap/recipes/default.rb

index 4d27bdffa09c46323edf7574abb7310823c2b10c..17b07f39706e106cc6cde0f7b1019a7f0eeac426 100644 (file)
@@ -283,7 +283,7 @@ end
 
 gem_package "jekyll"
 
-%w[2016 2017 2018 2019].each do |year|
+%w[2016 2017 2018 2019 2020].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
     repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"