aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-22 10:48:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-22 10:48:14 -0700
commitfad09bea99ca5ef21c5d430565be5e0fe50f4bf1 (patch)
tree01cf3f6283dec97cbca1d1c33f5e6e21c472d274 /src/data
parentac81c9ceba8d808d6eadca56bb4495b674ae2925 (diff)
downloadconsfigurator-fad09bea99ca5ef21c5d430565be5e0fe50f4bf1.tar.gz
touch(1) is not sufficient to first start using DATA.PGP
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data')
-rw-r--r--src/data/pgp.lisp4
1 files changed, 2 insertions, 2 deletions
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)