From 01b41f856552c7cec33dd5452a8c2433c86ba85a Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Tue, 28 Feb 2017 09:05:10 +0100 Subject: [PATCH] gandi_livedns: fix formatting --- dnsapi/dns_gandi_livedns.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dnsapi/dns_gandi_livedns.sh b/dnsapi/dns_gandi_livedns.sh index 85eecc23..b2903803 100755 --- a/dnsapi/dns_gandi_livedns.sh +++ b/dnsapi/dns_gandi_livedns.sh @@ -19,12 +19,12 @@ dns_gandi_livedns_add() { txtvalue=$2 if [ -z "$GANDI_LIVEDNS_KEY" ]; then - _err "No API key specifed for Gandi LiveDNS." - _err "Create your key and export it as GANDI_LIVEDNS_KEY" - return 1 + _err "No API key specifed for Gandi LiveDNS." + _err "Create your key and export it as GANDI_LIVEDNS_KEY" + return 1 fi - _saveaccountconf GANDI_LIVEDNS_KEY "$GANDI_LIVEDNS_KEY" + _saveaccountconf GANDI_LIVEDNS_KEY "$GANDI_LIVEDNS_KEY" _debug "First detect the root zone" if ! _get_root "$fulldomain"; then