diff --git a/.local/share/common-lisp/source/ambrevar/storage.lisp b/.local/share/common-lisp/source/ambrevar/storage.lisp index d04fed08..cf7fa397 100644 --- a/.local/share/common-lisp/source/ambrevar/storage.lisp +++ b/.local/share/common-lisp/source/ambrevar/storage.lisp @@ -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))))