Browse Source

Fix formatting

pull/1451/head
Habetdin 7 years ago
committed by GitHub
parent
commit
fde971fe81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_zilore.sh

2
dnsapi/dns_zilore.sh

@ -106,7 +106,7 @@ _get_root() {
fi
if _contains "$response" "\"$h\"" >/dev/null; then
_domain=$h
_domain=$h
return 0
else
_debug "$h not found"

Loading…
Cancel
Save