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 cdff3d0..e92bed8 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -92,7 +92,7 @@ starting services in the chroot, and set up access to parent hostattrs."
OPTIONS is a plist of values to pass to the OS-specific bootstrapping property."
(:desc
(declare (ignore options))
- #?"Built chroot for ${(get-hostname host)} @ ${root}")
+ #?"Built chroot for ${(get-hostname child-host*)} @ ${root}")
(%os-bootstrapper-installed child-host*)
(%os-bootstrapped options root child-host*)
(consfigurator:deploys `((:chroot :into ,root)) child-host))