aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 428c794..6fb8ddd 100644
--- a/src/property/gnupg.lisp
+++ b/src/property/gnupg.lisp
@@ -63,4 +63,4 @@ integer."
(declare (ignore err))
(and (zerop exit) (re:scan #?/^sec\s/ out))))
(:apply (mrun :input (get-data-stream "--pgp-seckey" fingerprint)
- "gpg" "--import")))
+ "gpg" "--batch" "--no-tty" "--import")))