From 4d7db573fab8e8a55662104604236ffde29586c1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 20 Sep 2022 22:49:03 +0100 Subject: [PATCH] Run check before update in the DNS commit hook --- cookbooks/dns/templates/default/dns-update.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/dns/templates/default/dns-update.erb b/cookbooks/dns/templates/default/dns-update.erb index 5353d69d4..a16016b56 100755 --- a/cookbooks/dns/templates/default/dns-update.erb +++ b/cookbooks/dns/templates/default/dns-update.erb @@ -20,6 +20,6 @@ fi git pull -q -make --jobs update +make --jobs check update lockfile-remove update -- 2.43.2