Update ddclient.in

Added space before => to try to trigger CI
This commit is contained in:
DaveSophoServices 2021-05-11 10:24:36 -05:00 committed by GitHub
parent 8ffb15d302
commit 7d66d13b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'});