aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:55:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:55:22 -0700
commit8f8c59341e7f420397f79d47af2787ca55fba07b (patch)
tree390981a20f68b80fba529f1269154c26d4494629 /src/deployment.lisp
parentf0aa90746c39bff31135eef4d53156d13543aaca (diff)
downloadconsfigurator-8f8c59341e7f420397f79d47af2787ca55fba07b.tar.gz
rename CONNECTION-TEARDOWN -> CONNECTION-TEAR-DOWN
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 09fecd0..df1d243 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -59,7 +59,7 @@ preprocessed."
(if *connection*
(unwind-protect
(if remaining (connect remaining) (apply-*host*-propspec))
- (connection-teardown *connection*))
+ (connection-tear-down *connection*))
return)))))
(let ((*host* (preprocess-host host)))
(cond