aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/host.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host.lisp b/src/host.lisp
index 2ce52ed..db028a7 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -109,5 +109,5 @@ entries."
(%replace-propspec-into-host (make-instance 'host :attrs ',attrs)
,(props properties))
,(car (getf attrs :desc)))
- ,@(when deploy
- `((defdeploy ,hostname-sym (,deploy ,hostname-sym)))))))
+ ,@(and deploy
+ `((defdeploy ,hostname-sym (,deploy ,hostname-sym)))))))