X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeee849db5083abd11efab6c8cfbcf6145c0c3e1..188037016cf450567df0778ece9108818376a46c:/cookbooks/stateofthemap/recipes/default.rb?ds=inline diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 4521d668e..1c1c5fdc8 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].each do |year| +%w[2016 2017 2018 2019].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"