aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-05 10:28:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-05 10:28:24 -0700
commita7a19a1c9cdc9354c978f9543847b09eacb01372 (patch)
treed22757736b1ecda606639d6b4bd42256e95bcd4a /src/deployment.lisp
parentcb35b4e45424292ddb6b34a65579c96ecfa59a00 (diff)
downloadconsfigurator-a7a19a1c9cdc9354c978f9543847b09eacb01372.tar.gz
RECONNECTS: improve description
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 5679d59..3b77168 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -202,7 +202,8 @@ PROPERTIES, like DEPLOY-THESE."
"Connect back to the same host with CONNECTIONS and apply PROPERTIES.
Mainly useful for using a connection type like :AS to apply properties as a
different user."
- (:desc (declare (ignore connections properties)) "Reconnection")
+ (:desc (declare (ignore properties))
+ (format nil "~S reconnection" connections))
(:preprocess
(list (preprocess-connections connections)
(list :host nil :propspec properties)))