Browse Source

Formatting issues

Maarten den Braber 5 năm trước cách đây
mục cha
commit
d5ef3a3f8c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      dnsapi/dns_transip.sh

+ 2 - 2
dnsapi/dns_transip.sh

@@ -145,8 +145,8 @@ _transip_setup() {
       return 1
     fi
   else
-      _err "Can't read private key file: ${TRANSIP_Key_File}"
-      return 1
+    _err "Can't read private key file: ${TRANSIP_Key_File}"
+    return 1
   fi
 
   if [ -z "$_token" ]; then