Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
8380ca2f
Unverified
Commit
8380ca2f
authored
Aug 03, 2021
by
neil
Committed by
GitHub
Aug 03, 2021
Browse files
Merge pull request #3641 from felixonmars/patch-1
Correct a typo in dns_aws.sh
parents
2b5e2d47
ec678bc6
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_aws.sh
View file @
8380ca2f
...
...
@@ -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 specif
i
ed 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment