From 09c0a2a57629e8e348fa2a620fc16a98d65220ed Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 30 Apr 2021 17:18:49 -0700 Subject: drop useless use of STRCAT Signed-off-by: Sean Whitton --- src/property/fstab.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/property/fstab.lisp b/src/property/fstab.lisp index fa573e1..fb23767 100644 --- a/src/property/fstab.lisp +++ b/src/property/fstab.lisp @@ -105,7 +105,7 @@ partition or filesystem UUID in your consfig." (defprop entries-for-volumes :posix () "Add or update entries in /etc/fstab for the host's volumes, as specified with DISK:HAS-VOLUMES." - (:desc (strcat "fstab entries for host's volumes")) + (:desc "fstab entries for host's volumes") (:hostattrs (os:required 'os:linux)) (:apply (apply #'entries (mapcar #'volume->entry -- cgit v1.2.3