From 2cea8861a53a13c4e39abfe9a2622acd1edcb91e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 3 Jun 2021 16:55:04 -0700 Subject: DEPLOYS-THESE: fix :PREPROCESS subroutine Signed-off-by: Sean Whitton --- src/deployment.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/deployment.lisp') diff --git a/src/deployment.lisp b/src/deployment.lisp index 8f95f3f..fa79e81 100644 --- a/src/deployment.lisp +++ b/src/deployment.lisp @@ -270,7 +270,8 @@ PROPERTIES, like DEPLOY-THESE." (:desc (declare (ignore connections host properties)) "Subdeployment") (:preprocess (list (preprocess-connections connections) - (preprocess-host (replace-propspec-into-host host properties)))) + (preprocess-host (replace-propspec-into-host host properties)) + nil)) (:hostattrs (declare (ignore connections properties)) (%propagate-hostattrs host)) -- cgit v1.2.3