From 22f7deed31085473392307acf271c9ab36e6d789 Mon Sep 17 00:00:00 2001 From: Shane Bishop Date: Mon, 5 Sep 2022 16:23:42 -0600 Subject: [PATCH] update get_domain failure comments --- dnsapi/dns_bunny.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_bunny.sh b/dnsapi/dns_bunny.sh index bc39fc38..2219022b 100644 --- a/dnsapi/dns_bunny.sh +++ b/dnsapi/dns_bunny.sh @@ -240,8 +240,8 @@ _get_base_domain() { done - ## we went through the entire domain zone list and didn't find one that matched - ## doesnt look like we can add in the record + ## We went through the entire domain zone list and didn't find one that matched! + ## That's not right, throw an error... _err "domain not found in Bunny.net account, but we should never get here" return 1 }