Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed Dec 28, 2024
1 parent aa9a85e commit ba7cdb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions truenas_install/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ class MntEntry:
mount_id: int
parent_id: int
device_id: DevIdEntry
maj_min: int
root: str
mountpoint: str
mount_opts: list[str]
fstype: str
fs_type: str
mount_source: str
super_opts: list[str]

Expand Down

0 comments on commit ba7cdb0

Please sign in to comment.