]> git.proxmox.com Git - pve-container.git/commitdiff
LXC::Setup::new: fix rootdir key name
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Oct 2015 10:04:00 +0000 (11:04 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 29 Oct 2015 10:31:50 +0000 (11:31 +0100)
src/PVE/LXC/Setup.pm

index 44b6d3f9862eef844f2c27f6c36faee3ad452d40..deab108e31cfd0ad0f801264ed614062c18127cc 100644 (file)
@@ -40,7 +40,7 @@ sub new {
 
     die "no root directory\n" if !$rootdir || $rootdir eq '/';
 
-    my $self = bless { conf => $conf, $rootdir => $rootdir};
+    my $self = bless { conf => $conf, rootdir => $rootdir};
 
     if (!defined($type)) {
        # try to autodetect type