From 34e0a59ed43da009d2780d19eaff86189d210c95 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 28 Dec 2023 07:47:19 -0500 Subject: Fix the missing { } in record value too Made the same mistake twice -_- --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') 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" } ] } } -- cgit v1.2.3-54-g00ecf