aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/pgp.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/pgp.lisp b/src/data/pgp.lisp
index 05ac255..25d447a 100644
--- a/src/data/pgp.lisp
+++ b/src/data/pgp.lisp
@@ -52,7 +52,7 @@
(defun read-store (location)
(handler-case
- (read-from-string
+ (safe-read-from-string
(run-program
(escape-sh-command (list "gpg" "--decrypt" (unix-namestring location)))
:output :string))