Update ddclient.in
Added space before => to try to trigger CI
This commit is contained in:
parent
8ffb15d302
commit
7d66d13b64
1 changed files with 5 additions and 5 deletions
10
ddclient.in
10
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'});
|
||||
|
|
|
|||
Loading…
Reference in a new issue