mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
This commit is contained in:
parent
859d088da8
commit
e69fcc57de
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def _parse_chattr_man(man):
|
|||
'''
|
||||
match = re.search(
|
||||
r'E2fsprogs version [0-9\.]+',
|
||||
salt.utils.string_utils.to_str(man),
|
||||
salt.utils.stringutils.to_str(man),
|
||||
)
|
||||
if match:
|
||||
version = match.group().strip('E2fsprogs version ')
|
||||
|
|
Loading…
Add table
Reference in a new issue