]> git.proxmox.com Git - pve-container.git/commitdiff
use run_cli instead of run (name changed in pve-common)
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Sep 2015 09:14:24 +0000 (11:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Sep 2015 09:14:24 +0000 (11:14 +0200)
src/PVE/LXC.pm
src/pct

index cf45fff967dfca6d5eea93e8ab663af3ddc91de0..7ee1e9d1d3a12cc9bbddefc4cc2bd384da4b2d37 100644 (file)
@@ -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 17a5a05ebff2c2e14c002b1696f5d6c1520683f8..8b99971b75517c3d8ad5416d1b233fb1e558c556 100755 (executable)
--- 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();