From 5fcbae6a2beb34746a06b4d821a44e7892d1cd43 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 12 May 2016 06:09:34 +0200 Subject: [PATCH] use run_cli_handler() instead of depreciated run_cli() --- src/pct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pct b/src/pct index 8b99971..68feae3 100755 --- 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(); -- 2.39.5