mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix typo in salt.modules.yumpkg
This commit is contained in:
parent
38add0e4a2
commit
3b2cb81a72
1 changed files with 1 additions and 1 deletions
|
@ -2533,7 +2533,7 @@ def _parse_repo_file(filename):
|
|||
parsed.read(filename)
|
||||
except configparser.MissingSectionHeaderError as err:
|
||||
log.error(
|
||||
'Failed to parser file {0}, error: {1}'.format(filename, err.message)
|
||||
'Failed to parse file {0}, error: {1}'.format(filename, err.message)
|
||||
)
|
||||
return ('', {})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue