summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-12-28 07:47:19 -0500
committerSteph Enders <steph@senders.io>2023-12-28 07:47:19 -0500
commit34e0a59ed43da009d2780d19eaff86189d210c95 (patch)
tree77f1375d23cae952cc65af15e146805d4ed87a9c
parent9c8485d97cb9ba2b595ef339dfd90632863ebe9d (diff)
Fix the missing { } in record value too
Made the same mistake twice -_-
-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" }
]
}
}