mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Fix a typo.
This commit is contained in:
parent
59b931bae4
commit
6f6f40051a
@ -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))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user