aboutsummaryrefslogtreecommitdiff
path: root/src/property/gnupg.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/gnupg.lisp')
-rw-r--r--src/property/gnupg.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/property/gnupg.lisp b/src/property/gnupg.lisp
index 48eabbe..84a8caf 100644
--- a/src/property/gnupg.lisp
+++ b/src/property/gnupg.lisp
@@ -22,6 +22,8 @@
"Import the PGP public key identified by FINGERPRINT to gpg's default
keyring."
(:desc #?"PGP public key ${fingerprint} imported")
+ (:preprocess
+ (list (remove #\Space fingerprint)))
(:hostattrs
(require-data "--pgp-pubkey" fingerprint))
(:check