aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-27 16:21:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-27 16:21:10 -0700
commitb378e1c2af82f4da3a1a129adebb646c455f2e1c (patch)
treedf034e777d816c457d844e0bb900175f944cad99 /src/property
parentc360b7cfd71673359ebf6fd887b9e4abdeabd15b (diff)
downloadconsfigurator-b378e1c2af82f4da3a1a129adebb646c455f2e1c.tar.gz
GNUPG:SECRET-KEY-IMPORTED :DESC: refer to secret not public keys
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/gnupg.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/gnupg.lisp b/src/property/gnupg.lisp
index d551914..44a47f6 100644
--- a/src/property/gnupg.lisp
+++ b/src/property/gnupg.lisp
@@ -52,7 +52,7 @@ integer."
`(%public-key-imported ,fingerprint)))
(defprop secret-key-imported :posix (fingerprint)
- (:desc #?"PGP public key ${fingerprint} imported")
+ (:desc #?"PGP secret key ${fingerprint} imported")
(:preprocess (list (remove #\Space fingerprint)))
(:hostattrs (require-data "--pgp-seckey" fingerprint))
(:check