diff --git a/.local/share/common-lisp/source/ambrevar/storage.lisp b/.local/share/common-lisp/source/ambrevar/storage.lisp index b463d5f6..1fd2a102 100644 --- a/.local/share/common-lisp/source/ambrevar/storage.lisp +++ b/.local/share/common-lisp/source/ambrevar/storage.lisp @@ -258,7 +258,7 @@ If DESTINATION ends with '.gpg', it gets GPG-encrypted." (defun sync-all () ; REVIEW: Optionally call `sync-gpg-key'? (dolist (op '(write-roots-index notmuch-tags - stowed-saves)) + stow-saves)) (log:info "~a" op) (funcall op)) ;; Run last to get inspectable return value: