Browse Source

Fix formatting

Habetdin 7 years ago
parent
commit
fde971fe81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_zilore.sh

+ 1 - 1
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"