From 7d66d13b64324af310ce8bcfa013f747b3518cc9 Mon Sep 17 00:00:00 2001 From: DaveSophoServices Date: Tue, 11 May 2021 10:24:36 -0500 Subject: [PATCH] Update ddclient.in Added space before => to try to trigger CI --- ddclient.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ddclient.in b/ddclient.in index 804e5cb..fd44f9e 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5744,11 +5744,11 @@ sub nic_gandi_update { $url .= "/livedns/domains/$config{$h}{'zone'}/records/$hostname/$rrset_type"; my $reply = geturl( - proxy => opt('proxy'), - url => $url, - headers => $headers, - method => 'PUT', - data => $data, + proxy => opt('proxy'), + url => $url, + headers => $headers, + method => 'PUT', + data => $data, ); unless ($reply) { failed("%s -- Could not connect to %s.", $h, $config{$h}{'server'});