mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
Fix a typo.
This commit is contained in:
parent
59b931bae4
commit
6f6f40051a
@ -10,7 +10,7 @@
|
|||||||
(load quicklisp-init)))
|
(load quicklisp-init)))
|
||||||
|
|
||||||
;; now is the time to load our Quicklisp project
|
;; 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)
|
(terpri)
|
||||||
(with-output-to-string (*standard-output*)
|
(with-output-to-string (*standard-output*)
|
||||||
(pushnew :lparallel.with-vector-queue *features*)
|
(pushnew :lparallel.with-vector-queue *features*)
|
||||||
@ -35,6 +35,7 @@
|
|||||||
(uiop:quit))
|
(uiop:quit))
|
||||||
|
|
||||||
(run-command (slurp-file-into-string file))
|
(run-command (slurp-file-into-string file))
|
||||||
|
(format t "~&")
|
||||||
|
|
||||||
(uiop:quit))))
|
(uiop:quit))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user