]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fixed spacing in two lines
authorma331 <59875686+ma331@users.noreply.github.com>
Thu, 29 Oct 2020 11:51:49 +0000 (12:51 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 11:51:49 +0000 (12:51 +0100)
dnsapi/dns_anx.sh

index 9865adc2eff43cb154cee4067a829948b6f35afd..66430d3e3e63e8fbca5ebe4bf143aebeb5315cd3 100644 (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"