Browse Source

travis spellcheck fix

pull/557/head
David Kerr 8 years ago
parent
commit
6787545e07
  1. 2
      dnsapi/dns_freedns.sh

2
dnsapi/dns_freedns.sh

@ -142,7 +142,7 @@ dns_freedns_add() {
fi
else
# break out of the 'retry' loop... we have found our domain ID
break;
break
fi
_info "Domain $top_domain not found at FreeDNS"
_info "Retry loading subdomain page ($attempts attempts remaining)"

Loading…
Cancel
Save