Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed Aug 14, 2024
1 parent 508e102 commit 6599231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truenas_installer/disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def list_disks():
continue
elif disk["size"] < MIN_DISK_SIZE:
continue
elif re.search(fr"/dev/{disk["model"]}p?[0-9]+", mtab):
elif re.search(fr"/dev/{disk["name"]}p?[0-9]+", mtab):
continue

zfs_members = []
Expand Down

0 comments on commit 6599231

Please sign in to comment.