From fad09bea99ca5ef21c5d430565be5e0fe50f4bf1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 22 Feb 2021 10:48:02 -0700 Subject: touch(1) is not sufficient to first start using DATA.PGP Signed-off-by: Sean Whitton --- src/data/pgp.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/data') diff --git a/src/data/pgp.lisp b/src/data/pgp.lisp index cff64ac..8fb7ca2 100644 --- a/src/data/pgp.lisp +++ b/src/data/pgp.lisp @@ -24,8 +24,8 @@ ;; prerequisite data source which was some sort of external file-generating or ;; secrets storage database might not provide any functions for the REPL). ;; -;; You will need to touch(1) the file you wish to use before trying to -;; register it. +;; You will need to use SET-DATA to create an encrypted store before +;; attempting to call REGISTER-DATA-SOURCE in your consfig. (defmethod register-data-source ((type (eql :pgp)) &key location) (unless (file-exists-p location) -- cgit v1.2.3