From 6b9fdffc62b160a039b2ae541c4a0a253571499b Mon Sep 17 00:00:00 2001 From: tweemeterjop Date: Wed, 23 Nov 2022 14:22:04 +0100 Subject: [PATCH] cleanup --- dnsapi/dns_transip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_transip.sh b/dnsapi/dns_transip.sh index ff2c69f7..41a2d3fc 100644 --- a/dnsapi/dns_transip.sh +++ b/dnsapi/dns_transip.sh @@ -5,7 +5,7 @@ TRANSIP_Token_Expiration="30 minutes" # You can't reuse a label token, so we leave this empty normally TRANSIP_Token_Label="" -# The authentication to the TransIP API requires a usename and RSA private key. +# TransIP API requires a usename and RSA private key # Please set the transip username environment variable: # - TRANSIP_Username: The username of the transip API account # In addition to the username one of the following two environment variables is required: