From ba7cdb0868ca854f2f1ef8eaa4290f6108a30d04 Mon Sep 17 00:00:00 2001 From: Caleb Date: Sat, 28 Dec 2024 14:37:16 -0500 Subject: [PATCH] fix typo --- truenas_install/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/truenas_install/utils.py b/truenas_install/utils.py index 3768044b..0ad77210 100644 --- a/truenas_install/utils.py +++ b/truenas_install/utils.py @@ -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]