porkbun: Fix IP version in success log message
Fixes a bug introduced in commit:
d8a23ff9a4
This commit is contained in:
parent
f5c59c2024
commit
706ba713e0
1 changed files with 1 additions and 1 deletions
|
@ -6716,7 +6716,7 @@ sub nic_porkbun_update {
|
|||
);
|
||||
next if !header_ok($h, $reply);
|
||||
$config{$h}{"status-ipv$ipv"} = "good";
|
||||
success("$h: IPv%s address set to $ip");
|
||||
success("$h: IPv$ipv address set to $ip");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue