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:
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