From 2a68ec7893a2fe12028fdb854ae76bf12d17c3a1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 30 Jan 2019 15:07:56 +0100 Subject: [PATCH] fix some indentaion errors Signed-off-by: Thomas Lamprecht --- PVE/API2/Qemu.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 7f737bf..b94dd12 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -823,12 +823,12 @@ __PACKAGE__->register_method({ properties => { node => get_standard_option('pve-node'), vmid => get_standard_option('pve-vmid', { completion => \&PVE::QemuServer::complete_vmid }), - current => { - description => "Get current values (instead of pending values).", - optional => 1, + current => { + description => "Get current values (instead of pending values).", + optional => 1, default => 0, type => 'boolean', - }, + }, snapshot => get_standard_option('pve-snapshot-name', { description => "Fetch config values from given snapshot.", optional => 1, -- 2.39.2