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

Merge pull request #2277 from mjthompson/patch-1

Fix typo
parents 527e1b8a 688fe131
...@@ -49,7 +49,7 @@ dns_aws_add() { ...@@ -49,7 +49,7 @@ dns_aws_add() {
_debug _sub_domain "$_sub_domain" _debug _sub_domain "$_sub_domain"
_debug _domain "$_domain" _debug _domain "$_domain"
_info "Geting existing records for $fulldomain" _info "Getting existing records for $fulldomain"
if ! aws_rest GET "2013-04-01$_domain_id/rrset" "name=$fulldomain&type=TXT"; then if ! aws_rest GET "2013-04-01$_domain_id/rrset" "name=$fulldomain&type=TXT"; then
return 1 return 1
fi fi
......
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