summaryrefslogtreecommitdiff
path: root/route53.sh
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-09-15 16:50:23 +0300
committerYuval Adam <_@yuv.al>2017-09-15 16:50:23 +0300
commit5045b32ada15f50f0cebe25d96508490e2c1316c (patch)
tree2c84328c39a0331814a23dda13a38757b44f0a29 /route53.sh
parentb98b48f1233e6890cc9dd5d5897d02a1be3ddbbf (diff)
Fix typo in XML body
Diffstat (limited to 'route53.sh')
-rwxr-xr-xroute53.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/route53.sh b/route53.sh
index 3dd169c..cfe2cfe 100755
--- a/route53.sh
+++ b/route53.sh
@@ -44,7 +44,7 @@ request_body="<?xml version=\"1.0\" encoding=\"UTF-8\"?> \
<ChangeResourceRecordSetsRequest xmlns=\"https://route53.amazonaws.com/doc/2013-04-01/\"> \
<ChangeBatch> \
<Changes> \
- <Change\> \
+ <Change> \
<Action>UPSERT</Action> \
<ResourceRecordSet> \
<Name>${RECORD_NAME}</Name> \