From: Dietmar Maurer Date: Fri, 4 Sep 2015 09:14:24 +0000 (+0200) Subject: use run_cli instead of run (name changed in pve-common) X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=9e9bc3a68a78653e9cf0837656bc41a3f0da7d55 use run_cli instead of run (name changed in pve-common) --- diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index cf45fff..7ee1e9d 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -2104,7 +2104,7 @@ sub complete_os_templates { my $cfg = PVE::Storage::config(); - my $storeid; + my $storeid; if ($cvalue =~ m/^([^:]+):/) { $storeid = $1; diff --git a/src/pct b/src/pct index 17a5a05..8b99971 100755 --- a/src/pct +++ b/src/pct @@ -5,4 +5,4 @@ use warnings; use PVE::CLI::pct; -PVE::CLI::pct->run(); +PVE::CLI::pct->run_cli();