summaryrefslogtreecommitdiff
path: root/bin/dchroot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dchroot')
-rw-r--r--bin/dchroot/dchroot-chroot-config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dchroot/dchroot-chroot-config.cc b/bin/dchroot/dchroot-chroot-config.cc
index f37d97b0..81dddfae 100644
--- a/bin/dchroot/dchroot-chroot-config.cc
+++ b/bin/dchroot/dchroot-chroot-config.cc
@@ -127,7 +127,7 @@ chroot_config::parse_data (std::string const& chroot_namespace,
kconfig.set_value(chroot_name, "description", fmt, "", linecount);
if (lstart != std::string::npos)
- kconfig.set_value(chroot_name, "location", location, "", linecount);
+ kconfig.set_value(chroot_name, "directory", location, "", linecount);
if (pstart != std::string::npos)
kconfig.set_value(chroot_name, "personality", personality, "", linecount);