aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/disk.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 93f4466..8954a46 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -565,8 +565,7 @@ must not be modified."
`(:mount-below ,mount-below))))))
(unwind-protect-in-parent
(with-replace-hostattrs (:opened-volumes)
- (apply #'push-hostattrs
- :opened-volumes opened-volumes)
+ (apply #'push-hostattrs :opened-volumes opened-volumes)
(propappapply propapp))
(with-mount-below (mapc #'close-volume opened-volumes)))))
:args (cdr propapp)))