agent: code style fix

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-09 18:45:14 +01:00
parent fe2c506926
commit c0acd873f5

View File

@ -150,7 +150,8 @@ sub register_command {
properties => { properties => {
node => get_standard_option('pve-node'), node => get_standard_option('pve-node'),
vmid => get_standard_option('pve-vmid', { vmid => get_standard_option('pve-vmid', {
completion => \&PVE::QemuServer::complete_vmid_running }), completion => \&PVE::QemuServer::complete_vmid_running,
}),
command => { command => {
type => 'string', type => 'string',
description => "The QGA command.", description => "The QGA command.",