X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f5c209a2991b26130dcae5cfcc613be001f5106d..0aaea8096fcdd565f0f1990a84ad68e9aeb90113:/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