Unverified Commit fe54d5b8 authored by ma331's avatar ma331 Committed by GitHub
Browse files

fixed spacing in two lines

parent 7cc30c26
...@@ -19,8 +19,8 @@ dns_anx_add() { ...@@ -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." _err "You didn't specify a ANEXIA Engine API token."
return 1 return 1
fi fi
_debug "First detect the root zone" _debug "First detect the root zone"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment