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
cf045e5c03
commit
6138390da7
1 changed files with 3 additions and 3 deletions
|
@ -884,9 +884,9 @@ def _windows_platform_data():
|
|||
'8.1': '2012ServerR2',
|
||||
'10': '2016Server'}
|
||||
os_release = server.get(os_release,
|
||||
'Grain not found. Update lookup table in '
|
||||
'the `_window_platform_data` function in '
|
||||
'`grains\\core.py`')
|
||||
'Grain not found. Update lookup table '
|
||||
'in the `_windows_platform_data` '
|
||||
'function in `grains\\core.py`')
|
||||
|
||||
service_pack = None
|
||||
if info['ServicePackMajor'] > 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue