[pve-devel] [PATCH lxc 2/4] LXC::Setup::new: fix rootdir key name
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Oct 29 11:04:00 CET 2015
---
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.1.4
More information about the pve-devel
mailing list