encryption_passwed -> encryption_password
This commit is contained in:
parent
2b5b1ad83d
commit
6c31ad7aa0
|
|
@ -28,7 +28,7 @@ class BlockDevice():
|
|||
# TODO: Currently disk encryption is a BIT misleading.
|
||||
# It's actually partition-encryption, but for future-proofing this
|
||||
# I'm placing the encryption password on a BlockDevice level.
|
||||
self.encryption_passwoed = None
|
||||
self.encryption_password = None
|
||||
|
||||
def __repr__(self, *args, **kwargs):
|
||||
return f"BlockDevice({self.device})"
|
||||
|
|
|
|||
Loading…
Reference in New Issue