Skip to content

Commit 4e56306

Browse files
committed
fix typo (printfs -> printf)
Signed-off-by: Zen <[email protected]>
1 parent c3e86fe commit 4e56306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ugrd/fs/btrfs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.12.4"
1+
__version__ = "1.12.5"
22
__author__ = "desultory"
33

44
from pathlib import Path
@@ -130,4 +130,4 @@ def select_subvol(self) -> str:
130130
def set_root_subvol(self) -> str:
131131
"""Adds the root_subvol to the root_mount options."""
132132
_validate_root_subvol(self)
133-
return f"""printfs ",subvol={self['root_subvol']}" >> /run/vars/MOUNTS_ROOT_OPTIONS"""
133+
return f"""printf ",subvol={self['root_subvol']}" >> /run/vars/MOUNTS_ROOT_OPTIONS"""

0 commit comments

Comments
 (0)