We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fffb25 + 4e56306 commit 658ed14Copy full SHA for 658ed14
src/ugrd/fs/btrfs.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.12.4"
+__version__ = "1.12.5"
2
__author__ = "desultory"
3
4
from pathlib import Path
@@ -130,4 +130,4 @@ def select_subvol(self) -> str:
130
def set_root_subvol(self) -> str:
131
"""Adds the root_subvol to the root_mount options."""
132
_validate_root_subvol(self)
133
- return f"""printfs ",subvol={self['root_subvol']}" >> /run/vars/MOUNTS_ROOT_OPTIONS"""
+ return f"""printf ",subvol={self['root_subvol']}" >> /run/vars/MOUNTS_ROOT_OPTIONS"""
0 commit comments