From 66f7b0f74e0450b078631d0fb9495692870689d6 Mon Sep 17 00:00:00 2001
From: Philip Abernethy
Date: Mon, 16 Oct 2017 10:59:25 +0200
Subject: [PATCH] Use run_cli_handler instead of deprecated run_cli
---
bin/pveam | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/pveam b/bin/pveam
index 8b55adfa..43608e5f 100755
--- a/bin/pveam
+++ b/bin/pveam
@@ -5,4 +5,4 @@ use warnings;
use PVE::CLI::pveam;
-PVE::CLI::pveam->run_cli();
+PVE::CLI::pveam->run_cli_handler();