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:
Mikael Sand 2017-04-30 20:53:53 +03:00 committed by Dimitri Fontaine
parent 8254d63453
commit 3c4e64ed26

View File

@ -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.")