aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 9d0acd1..f45be5a 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -23,7 +23,7 @@
"Bootstrap OS into ROOT, e.g. with debootstrap(1)."))
(defproplist os-bootstrapped :posix
- (options root properties &aux (host (make-host :props properties)))
+ (options root properties &aux (host (make-host :propspec properties)))
(:desc #?"Built chroot ${root}")
(%os-bootstrapped options root host)
(deploys `((:chroot :into ,root)) host))