ambrevar/storage: Fix sync-all.

master
Pierre Neidhardt 2021-06-05 16:10:24 +02:00
parent 58ef5126f8
commit 637782130f
1 changed files with 5 additions and 3 deletions

View File

@ -256,7 +256,9 @@ 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
project-status))
stowed-saves))
(log:info "~a" op)
(funcall op)))
(funcall op))
;; Run last to get inspectable return value:
(log:info "~a" 'project-statuses)
(project-statuses))