aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:22:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:22:21 -0700
commitfc7ccf492fe7f5af09bef6695f73abc4835ab354 (patch)
treea8167df11df83e6bb6a0dfd5144384c50f94cb6c
parentff5188f4e611988b99fb9e65a054fa502a6369d8 (diff)
downloadconsfigurator-fc7ccf492fe7f5af09bef6695f73abc4835ab354.tar.gz
don't use :POSIX to refer to a connection type
We are now using the POSIX-CONNECTION class to represent that connection type. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/deployment.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 6ff71a9..20bdb16 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -137,7 +137,7 @@ used by implementations of ESTABLISH-CONNECTION.")
(apply-propspec (propspec)
(when (and (subtypep (class-of *connection*) 'posix-connection)
(eq :lisp (propspec->type propspec)))
- (error "Cannot apply :lisp properties using :posix connection"))
+ (error "Cannot apply :lisp properties using POSIX connection"))
(eval-propspec propspec)))
(connect (loop for connection in (ensure-cons connections)
collect (apply #'preprocess-connection-args