]> git.proxmox.com Git - pve-docs.git/commitdiff
gen vzdump: json_config_properties() moved from VZDump to VZDump::Common
authorChristian Ebner <c.ebner@proxmox.com>
Tue, 15 Oct 2019 11:00:21 +0000 (13:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Oct 2019 06:31:04 +0000 (08:31 +0200)
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
gen-vzdump.conf.5-opts.pl

index 4e013fb1b204d215bd5439bc680c855fce266dbd..dc1e0c5c5917a7867aa95d77091643950982badf 100755 (executable)
@@ -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,