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";
|
$url .= "/livedns/domains/$config{$h}{'zone'}/records/$hostname/$rrset_type";
|
||||||
|
|
||||||
my $reply = geturl(
|
my $reply = geturl(
|
||||||
proxy => opt('proxy'),
|
proxy => opt('proxy'),
|
||||||
url => $url,
|
url => $url,
|
||||||
headers => $headers,
|
headers => $headers,
|
||||||
method => 'PUT',
|
method => 'PUT',
|
||||||
data => $data,
|
data => $data,
|
||||||
);
|
);
|
||||||
unless ($reply) {
|
unless ($reply) {
|
||||||
failed("%s -- Could not connect to %s.", $h, $config{$h}{'server'});
|
failed("%s -- Could not connect to %s.", $h, $config{$h}{'server'});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue