Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-04 17:43:56 +0200
committerGitHub <noreply@github.com>2021-04-04 17:43:56 +0200
commit6c31ad7aa06e2d0b946e9e2843e4385e26daeca9 (patch)
tree7e5e8d7247570c7e21340468fe2c29cc9c6d4d98 /archinstall
parent2b5b1ad83da34b73ae50dcccbf6e7f291e38b06b (diff)
encryption_passwed -> encryption_password
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/disk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py
index 2ca2f4b0..0608b47b 100644
--- a/archinstall/lib/disk.py
+++ b/archinstall/lib/disk.py
@@ -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})"