Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 22:29:09 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 22:29:09 +0100
commit77035dfdcd125f9897834b4bffc0f7bd318ebf8c (patch)
treeb15a4ae52c11ba9fc5cfd436e32c531a0f4f41d5 /archinstall/lib/disk.py
parent3715e3a11b027f6892aae02a4730a75bed2ec035 (diff)
Mixup with the variable
Diffstat (limited to 'archinstall/lib/disk.py')
-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 fe255991..e7e79978 100644
--- a/archinstall/lib/disk.py
+++ b/archinstall/lib/disk.py
@@ -278,4 +278,4 @@ def harddrive(size=None, model=None, fuzzy=False):
if model and (collection[drive]['model'] is None or collection[drive]['model'].lower() != model.lower()):
continue
- return BlockDevice(drive['path'], drive) \ No newline at end of file
+ return BlockDevice(collection[drive]['path'], collection[drive]) \ No newline at end of file