ambrevar: Fix 'stow-saves in sync-all.

master
Pierre Neidhardt 2021-06-10 19:43:52 +02:00
parent 4d34784d64
commit fc8e87545e
1 changed files with 1 additions and 1 deletions

View File

@ -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: