diff --git a/dnsapi/dns_aws.sh b/dnsapi/dns_aws.sh index 27923b64..8cdb9e48 100755 --- a/dnsapi/dns_aws.sh +++ b/dnsapi/dns_aws.sh @@ -32,7 +32,7 @@ dns_aws_add() { if [ -z "$AWS_ACCESS_KEY_ID" ] || [ -z "$AWS_SECRET_ACCESS_KEY" ]; then AWS_ACCESS_KEY_ID="" AWS_SECRET_ACCESS_KEY="" - _err "You haven't specified the aws route53 api key id and and api key secret yet." + _err "You haven't specified the aws route53 api key id and api key secret yet." _err "Please create your key and try again. see $(__green $AWS_WIKI)" return 1 fi diff --git a/dnsapi/dns_azure.sh b/dnsapi/dns_azure.sh index 1c33c13a..0278c578 100644 --- a/dnsapi/dns_azure.sh +++ b/dnsapi/dns_azure.sh @@ -342,7 +342,7 @@ _get_root() { p=1 ## Ref: https://docs.microsoft.com/en-us/rest/api/dns/zones/list - ## returns up to 100 zones in one response therefore handling more results is not not implemented + ## returns up to 100 zones in one response therefore handling more results is not implemented ## (ZoneListResult with continuation token for the next page of results) ## Per https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#dns-limits you are limited to 100 Zone/subscriptions anyways ## diff --git a/notify/aws_ses.sh b/notify/aws_ses.sh index 30db45ad..9a90b856 100644 --- a/notify/aws_ses.sh +++ b/notify/aws_ses.sh @@ -32,7 +32,7 @@ aws_ses_send() { if [ -z "$AWS_ACCESS_KEY_ID" ] || [ -z "$AWS_SECRET_ACCESS_KEY" ]; then AWS_ACCESS_KEY_ID="" AWS_SECRET_ACCESS_KEY="" - _err "You haven't specified the aws SES api key id and and api key secret yet." + _err "You haven't specified the aws SES api key id and api key secret yet." _err "Please create your key and try again. see $(__green $AWS_WIKI)" return 1 fi