From c85b361044c1621b2d48597da36e427618aabc67 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 Apr 2022 09:41:01 -0700 Subject: add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstring Signed-off-by: Sean Whitton --- src/property/disk.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/disk.lisp') diff --git a/src/property/disk.lisp b/src/property/disk.lisp index 52a9047..582bcf5 100644 --- a/src/property/disk.lisp +++ b/src/property/disk.lisp @@ -818,7 +818,7 @@ the LVM physical volumes corresponding to those volume groups." (:desc "Has specified volumes.") (:hostattrs (os:required 'os:linux) - (apply #'push-hostattrs :volumes volumes))) + (push-hostattrs :volumes volumes))) ;; TODO This should probably be in another package, and exported from there. (defproplist caches-cleaned :posix () -- cgit v1.2.3