From 1896a38cccdbaab6650b69e115adb93443159346 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Sat, 6 Feb 2021 01:38:03 +0200 Subject: [PATCH] Fix a typo --- src/modules/mount/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/mount/main.py b/src/modules/mount/main.py index 5bab086a7..eb2614caa 100644 --- a/src/modules/mount/main.py +++ b/src/modules/mount/main.py @@ -89,7 +89,7 @@ def mount_partition(root_mount_point, partition, partitions): if "mountPoint" not in p or not p["mountPoint"]: continue if p["mountPoint"] in subvolume_mountpoints and p["mountPoint"] != '/': - btrfs_subvolumes = [d for d in btrfs_subvolumes if d['mountPoint'] != p["mountpoint"]] + btrfs_subvolumes = [d for d in btrfs_subvolumes if d['mountPoint'] != p["mountPoint"]] # Check if we need a subvolume for swap file swap_choice = global_storage.value( "partitionChoices" ) if swap_choice: