From 6a9c5d4c4bb09ce4fdab2ed25730c153b3ffb627 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 19 Dec 2024 23:18:02 -0500 Subject: [PATCH] fixup! route53: Add support for Amazon AWS Route 53 final comma --- ddclient.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddclient.in b/ddclient.in index f7a4736..1788eba 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1312,8 +1312,8 @@ our %protocols = ( # Typically the 'global' region in AWS is interpreted as 'us-east-1' however it could change so # please override if required # AWS_REGION (Optional) - 'aws-region' => setv(T_STRING, 0, 'us-east-1', undef) - } + 'aws-region' => setv(T_STRING, 0, 'us-east-1', undef), + }, ), ); $cfgvars{'merged'} = {