mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: use full salt utils path
This commit is contained in:
parent
4ad50bbdee
commit
e28f71b418
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def _norm_key(key):
|
|||
'''
|
||||
Normalize windows environment keys
|
||||
'''
|
||||
if utils.is_windows():
|
||||
if salt.utils.platform.is_windows():
|
||||
return key.upper()
|
||||
return key
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue