ambrevar/storage: Ensure ~/.password-store is a directory pathname.

master
Pierre Neidhardt 2021-06-05 13:04:05 +02:00
parent 2cf4953168
commit 29b3fe926e
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ If DESTINATION ends with '.gpg', it gets GPG-encrypted."
(lambda (entry)
(if (or (not (rest entry))
(= 0 (rest entry)))
entry
(list (uiop:ensure-directory-pathname (first entry)))
(let ((max-depth (rest entry))
(result '())
(root (uiop:ensure-directory-pathname (first entry))))