aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-23 17:51:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-23 17:51:49 -0700
commit36e6e1917b5ba4dc63eb52fe667db87d37fd601e (patch)
tree854a746029727dba2ccfd81a843a71184fe3dfbf
parent050f06479ec6ba7ca0dcf99dd09b4dbe3b4b400d (diff)
downloadconsfigurator-36e6e1917b5ba4dc63eb52fe667db87d37fd601e.tar.gz
add a call to TERPRI
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/connection/debian-sbcl.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/debian-sbcl.lisp b/src/connection/debian-sbcl.lisp
index cdb69df..596b85a 100644
--- a/src/connection/debian-sbcl.lisp
+++ b/src/connection/debian-sbcl.lisp
@@ -22,6 +22,7 @@
(request-lisp-systems)
(upload-all-prerequisite-data)
(princ "Handing over to remote Lisp ...")
+ (terpri)
(format t "~{ ~A~%~}"
(runlines :input (deployment-handover-program remaining)
"sbcl" "--noinform" "--noprint"