aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/file.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 287c345..0107809 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -318,7 +318,7 @@ keys and values, set each of these keys and values in FILE.
If there are any other lines which set values for the same keys, they will be
commented out; the first commented or uncommented line for each key will be
uncommented and used to set the value, if it exists."
- (:desc (format nil "~A has ~{~A ~A~^, ~}" file pairs))
+ (:desc (format nil "~A has ~{\"~A ~A\"~^, ~}" file pairs))
(:apply (simple-conf-update file pairs
:parse-kv #?/^(\S+)\s+(.+)/
:new-kv (lambda (k v) #?"${k} ${v}"))))