From: Christian Ebner Date: Tue, 15 Oct 2019 11:00:21 +0000 (+0200) Subject: gen vzdump: json_config_properties() moved from VZDump to VZDump::Common X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=42f2f50c739c79c548fe5824995adab84a89ba3e gen vzdump: json_config_properties() moved from VZDump to VZDump::Common Signed-off-by: Christian Ebner --- diff --git a/gen-vzdump.conf.5-opts.pl b/gen-vzdump.conf.5-opts.pl index 4e013fb..dc1e0c5 100755 --- a/gen-vzdump.conf.5-opts.pl +++ b/gen-vzdump.conf.5-opts.pl @@ -4,9 +4,9 @@ use lib '.'; use strict; use warnings; use PVE::RESTHandler; -use PVE::VZDump; +use PVE::VZDump::Common; -my $prop = PVE::VZDump::json_config_properties(); +my $prop = PVE::VZDump::Common::json_config_properties(); my $skip = { all => 1, exclude => 1,