mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
core.py: quote style fixed
This commit is contained in:
parent
8404d13424
commit
f185ecdde1
1 changed files with 1 additions and 1 deletions
|
@ -1038,7 +1038,7 @@ _OS_NAME_MAP = {
|
|||
'manjaro': 'Manjaro',
|
||||
'antergos': 'Antergos',
|
||||
'sles': 'SUSE',
|
||||
'slesexpand': "RES",
|
||||
'slesexpand': 'RES',
|
||||
'linuxmint': 'Mint',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue