X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aeee849db5083abd11efab6c8cfbcf6145c0c3e1..4bb1aa984e9dbf876fc6c7f088e7c7ed84bca2ea:/cookbooks/stateofthemap/recipes/default.rb diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 4521d668e..17b07f397 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: stateofthemap +# Cookbook:: stateofthemap # Recipe:: default # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -283,7 +283,7 @@ end gem_package "jekyll" -%w[2016 2017 2018].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"