Browse Source

Style space change

Extra space on empty line 27.
pull/2534/head
Bill Gertz 5 years ago
committed by GitHub
parent
commit
933d49b0b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_miab.sh

2
dnsapi/dns_miab.sh

@ -26,7 +26,7 @@ dns_miab_add() {
if ! _retrieve_miab_env; then
return 1
fi
#check domain and seperate into doamin and host
if ! _get_root "$fulldomain"; then
_err "Cannot find any part of ${fulldomain} is hosted on ${MIAB_Server}"

Loading…
Cancel
Save