X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f5c209a2991b26130dcae5cfcc613be001f5106d..9624adf7d7b57952b4bba023188bde37c0c4730a:/cookbooks/donate/recipes/default.rb diff --git a/cookbooks/donate/recipes/default.rb b/cookbooks/donate/recipes/default.rb index c2249ee9c..9ae3ebaa4 100644 --- a/cookbooks/donate/recipes/default.rb +++ b/cookbooks/donate/recipes/default.rb @@ -55,6 +55,7 @@ end git "/srv/donate.openstreetmap.org" do action :sync repository "https://github.com/osmfoundation/donation-drive.git" + depth 1 user "donate" group "donate" end