From fc8e87545e6aade2faaa28d5844e87d10e1b9960 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 10 Jun 2021 19:43:52 +0200 Subject: [PATCH] ambrevar: Fix 'stow-saves in sync-all. --- .local/share/common-lisp/source/ambrevar/storage.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: