aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp2
1 files changed, 1 insertions, 1 deletions
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 ()