update get_domain failure comments

This commit is contained in:
Shane Bishop 2022-09-05 16:23:42 -06:00
parent df32e6127b
commit 22f7deed31

View File

@ -240,8 +240,8 @@ _get_base_domain() {
done done
## we went through the entire domain zone list and didn't find one that matched ## We went through the entire domain zone list and didn't find one that matched!
## doesnt look like we can add in the record ## That's not right, throw an error...
_err "domain not found in Bunny.net account, but we should never get here" _err "domain not found in Bunny.net account, but we should never get here"
return 1 return 1
} }