From 5b3614f8abbc70d9e09115d7d861eec40dc43b74 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 29 Oct 2015 11:04:00 +0100 Subject: [PATCH] LXC::Setup::new: fix rootdir key name --- src/PVE/LXC/Setup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC/Setup.pm b/src/PVE/LXC/Setup.pm index 44b6d3f..deab108 100644 --- a/src/PVE/LXC/Setup.pm +++ b/src/PVE/LXC/Setup.pm @@ -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 -- 2.39.2