Browse Source

Remove extra newline

pull/2923/head
Maarten den Braber 4 years ago
parent
commit
e768e285ce
  1. 1
      dnsapi/dns_transip.sh

1
dnsapi/dns_transip.sh

@ -149,7 +149,6 @@ _transip_setup() {
return 1 return 1
fi fi
if [ -z "$_token" ]; then if [ -z "$_token" ]; then
if ! _transip_get_token; then if ! _transip_get_token; then
_err "Can not get token." _err "Can not get token."

Loading…
Cancel
Save