Browse Source

fix typo

pull/3697/head
Christophe B Billheimer 3 years ago
parent
commit
46e62f1a9a
  1. 2
      dnsapi/dns_1984hosting.sh

2
dnsapi/dns_1984hosting.sh

@ -222,7 +222,7 @@ _get_zone_id() {
_debug2 _response "$_response"
_zone_id="$(echo "$_response" | _egrep_o 'zone\/[0-9]+')"
_debug2 _zone_id "$_zone_id"
if [ -z "$zone_id" ]; then
if [ -z "$_zone_id" ]; then
_err "Error getting _zone_id for $1"
return 1
fi

Loading…
Cancel
Save