summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 136eb60..59e57ba 100755
--- a/update.sh
+++ b/update.sh
@@ -40,7 +40,7 @@ if [ "$config_ip" != "$actual_ip" ]; then
"Type": "A",
"TTL": 300,
"ResourceRecords": [
- "Value": "$actual_ip"
+ { "Value": "$actual_ip" }
]
}
}