mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Fix spelling error in Windows-only code path (#545)
Fix spelling error for uiop:make-pathname* key by changing :direction to :directory
This commit is contained in:
parent
8254d63453
commit
3c4e64ed26
@ -84,7 +84,7 @@
|
||||
(defparameter *root-dir*
|
||||
#+unix (uiop:parse-native-namestring "/tmp/pgloader/")
|
||||
#-unix (uiop:merge-pathnames*
|
||||
(uiop:make-pathname* :direction '(:relative "pgloader"))
|
||||
(uiop:make-pathname* :directory '(:relative "pgloader"))
|
||||
(uiop:ensure-directory-pathname (getenv-default "Temp")))
|
||||
"Top directory where to store all data logs and reject files.")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user