From 6f6f40051a3c997cd33ec72c61a083ab0a89f9f4 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 8 Aug 2013 18:29:11 +0200 Subject: [PATCH] Fix a typo. --- pgloader.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pgloader.lisp b/pgloader.lisp index 107d995..4eae19f 100755 --- a/pgloader.lisp +++ b/pgloader.lisp @@ -10,7 +10,7 @@ (load quicklisp-init))) ;; now is the time to load our Quicklisp project -(format t "Loading quicklisp and the parch project and its dependencies...") +(format t "Loading quicklisp and the pgloader project and its dependencies...") (terpri) (with-output-to-string (*standard-output*) (pushnew :lparallel.with-vector-queue *features*) @@ -35,6 +35,7 @@ (uiop:quit)) (run-command (slurp-file-into-string file)) + (format t "~&") (uiop:quit))))