From: Grant Slater Date: Tue, 1 Oct 2019 11:28:53 +0000 (+0100) Subject: Add SoTM 2020 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4bb1aa984e9dbf876fc6c7f088e7c7ed84bca2ea?ds=inline Add SoTM 2020 --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 4d27bdffa..17b07f397 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -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"