Skip to content

Commit 3cc9b91

Browse files
committed
remove space, increment version
Signed-off-by: Zen <[email protected]>
1 parent 66aa27c commit 3cc9b91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ugrd/fs/mounts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'desultory'
2-
__version__ = '4.6.2'
2+
__version__ = '4.6.3'
33

44
from pathlib import Path
55
from zenlib.util import check_dict, pretty_print
@@ -77,7 +77,6 @@ def _process_mount(self, mount_name: str, mount_config, mount_class="mounts") ->
7777
self['kmod_init'] = mount_type
7878
elif mount_type == 'nilfs2':
7979
self['binaries'] = 'mount.nilfs2'
80-
8180
elif mount_type == 'btrfs':
8281
if 'ugrd.fs.btrfs' not in self['modules']:
8382
self.logger.info("Auto-enabling module: btrfs")

0 commit comments

Comments
 (0)