]> git.proxmox.com Git - pve-container.git/commitdiff
use run_cli_handler() instead of depreciated run_cli()
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 12 May 2016 04:09:34 +0000 (06:09 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 12 May 2016 04:09:34 +0000 (06:09 +0200)
src/pct

diff --git a/src/pct b/src/pct
index 8b99971b75517c3d8ad5416d1b233fb1e558c556..68feae3f4d238656d085a8c6aa4ec05d6db73581 100755 (executable)
--- a/src/pct
+++ b/src/pct
@@ -5,4 +5,4 @@ use warnings;
 
 use PVE::CLI::pct;
 
-PVE::CLI::pct->run_cli();
+PVE::CLI::pct->run_cli_handler();