aboutsummaryrefslogtreecommitdiff
path: root/src/property/crypttab.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/crypttab.lisp')
-rw-r--r--src/property/crypttab.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/crypttab.lisp b/src/property/crypttab.lisp
index 4229cbf..cd71079 100644
--- a/src/property/crypttab.lisp
+++ b/src/property/crypttab.lisp
@@ -84,4 +84,4 @@ This is used when building disk images and installing operating systems."
(apply #'has-entries
(mapcar #'volume-to-entry
(mapcan (curry #'subvolumes-of-type 'opened-luks-container)
- (get-connattr :opened-volumes))))))
+ (get-connattr 'disk:opened-volumes))))))