aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index e894a9f..a61a9f5 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -30,12 +30,12 @@
(:apply
(destructuring-bind
(&key (apt.proxy (get-hostattrs-car :apt.proxy host))
- (apt.mirror (get-hostattrs-car :apt.mirror host))
+ (apt.mirror (get-hostattrs-car :apt.mirrors host))
&allow-other-keys
&aux (os (get-hostattrs-car :os host))
(args (list "debootstrap"
(plist-to-long-options
- (remove-from-plist options :apt.proxy :apt.mirror))
+ (remove-from-plist options :apt.proxy :apt.mirrors))
(strcat "--arch=" (os:debian-architecture os))
(os:debian-suite os)
root)))