make _get_zone_id usage consistent

This commit is contained in:
Christophe B Billheimer 2021-09-12 12:54:42 -04:00
parent 46e62f1a9a
commit 384bc62f25
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ dns_1984hosting_rm() {
_debug "Delete $fulldomain TXT record"
_get_zone_id
_get_zone_id "$@"
_htmlget "$url/$_zone_id" "$_sub_domain"
_debug2 _response "$_response"