From 4bb1aa984e9dbf876fc6c7f088e7c7ed84bca2ea Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 1 Oct 2019 12:28:53 +0100 Subject: [PATCH] Add SoTM 2020 --- cookbooks/stateofthemap/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2