[pve-devel] [PATCH qemu-server 2/2] api: fix typo reported by perlcritic
Fiona Ebner
f.ebner at proxmox.com
Wed Jun 12 14:15:34 CEST 2024
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
PVE/API2/Qemu.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index cf53e820..86527bd5 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -1572,7 +1572,7 @@ __PACKAGE__->register_method({
$item->{value} = $pending;
$item->{pending} = $conf->{$opt};
} else {
- $item->{value} = $conf->{$opt},
+ $item->{value} = $conf->{$opt};
}
push @$res, $item;
--
2.39.2
More information about the pve-devel
mailing list