fixed spacing in two lines

This commit is contained in:
ma331 2020-10-29 12:51:49 +01:00 committed by GitHub
parent 7cc30c268b
commit fe54d5b8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ dns_anx_add() {
if [ "$ANX_Token" ]; then
_saveaccountconf_mutable ANX_Token "$ANX_Token"
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
_debug "First detect the root zone"