followups: pve5to6

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-06-25 09:04:07 +02:00
parent a5d0627800
commit f72c8f8c1c

View File

@ -1,10 +1,8 @@
#!/usr/bin/perl -T
#!/usr/bin/perl
use strict;
use warnings;
use lib qw(.);
use PVE::CLI::pve5to6;
PVE::CLI::pve5to6->run_cli_handler();