X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/403b177a953175b40f6ea6a4902dba4ec9ce51eb..94b26f4794c7ff6a16e956953e00f7bdd738080b:/cookbooks/dns/templates/default/dns-update.erb diff --git a/cookbooks/dns/templates/default/dns-update.erb b/cookbooks/dns/templates/default/dns-update.erb index 162e7875e..93d2e1ee3 100755 --- a/cookbooks/dns/templates/default/dns-update.erb +++ b/cookbooks/dns/templates/default/dns-update.erb @@ -14,7 +14,7 @@ cd /var/lib/dns if [ ! -d .git ] then - git clone /var/lib/git/dns.git /var/lib/dns + git clone /var/lib/git/public/dns.git /var/lib/dns fi git pull -q