aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/deployment.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index d4a7500..ebef6f4 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -22,8 +22,8 @@
(defun %consfigure (connections host)
"Configurator's primary loop, recursively binding *CONNECTION* and *HOST*.
-Assumes HOST has already had its :HOSTATTRS subroutines run, and arguments to
-connections in CONNECTIONS have been both normalised and preprocessed."
+Assumes arguments to connections in CONNECTIONS have been both normalised and
+preprocessed."
(labels
((apply-propspec (propspec)
(let ((propapp (eval-propspec propspec)))