Unverified Commit a551619d authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #4080 from aorith/dev

dns_aws: Fix when _acme-challenge is a hostedzone
parents bee5cb55 873b113c
...@@ -152,7 +152,7 @@ dns_aws_rm() { ...@@ -152,7 +152,7 @@ dns_aws_rm() {
_get_root() { _get_root() {
domain=$1 domain=$1
i=2 i=1
p=1 p=1
if aws_rest GET "2013-04-01/hostedzone"; then if aws_rest GET "2013-04-01/hostedzone"; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment