Browse Source
Merge pull request #3641 from felixonmars/patch-1
Correct a typo in dns_aws.sh
pull/3644/head
neil
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 specifed the aws route53 api key id and and api key secret yet." |
|
|
|
_err "You haven't specified the aws route53 api key id and and api key secret yet." |
|
|
|
_err "Please create your key and try again. see $(__green $AWS_WIKI)" |
|
|
|
return 1 |
|
|
|
fi |
|
|
|