aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index cd5c5a7..5a70e15 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -64,9 +64,7 @@ DEPLOY, DEPLOY-THESE, and the function definitions established by DEFDEPLOY,
DEFDEPLOY-THESE, etc., rather than calling this function directly. However,
code which programmatically constructs deployments will need to call this."
(%consfigure (preprocess-connections connections)
- (if additional-properties
- (union-propspec-into-host host additional-properties)
- host)))
+ (union-propspec-into-host host additional-properties)))
(defun deploy-these* (connections host properties)
"Like DEPLOY*, but replace the properties of HOST with PROPERTIES.