Browse Source

fixed spacing in two lines

pull/3237/head
ma331 4 years ago
committed by GitHub
parent
commit
fe54d5b8ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dnsapi/dns_anx.sh

4
dnsapi/dns_anx.sh

@ -19,8 +19,8 @@ dns_anx_add() {
if [ "$ANX_Token" ]; then if [ "$ANX_Token" ]; then
_saveaccountconf_mutable ANX_Token "$ANX_Token" _saveaccountconf_mutable ANX_Token "$ANX_Token"
else else
_err "You didn't specify a ANEXIA Engine API token."
return 1
_err "You didn't specify a ANEXIA Engine API token."
return 1
fi fi
_debug "First detect the root zone" _debug "First detect the root zone"

Loading…
Cancel
Save