Use run_cli_handler instead of deprecated run_cli

This commit is contained in:
Philip Abernethy 2017-10-16 10:59:25 +02:00 committed by Wolfgang Bumiller
parent b03b47491f
commit 66f7b0f74e

View File

@ -5,4 +5,4 @@ use warnings;
use PVE::CLI::pveam; use PVE::CLI::pveam;
PVE::CLI::pveam->run_cli(); PVE::CLI::pveam->run_cli_handler();