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
4e94609136
commit
9e1d1a5ef8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def can_runas():
|
|||
'''
|
||||
if salt.utils.is_windows():
|
||||
try:
|
||||
salt.utils.win_runas.run_as(
|
||||
salt.utils.win_runas.runas(
|
||||
'cmd.exe /c echo 1', 'noexistuser', 'n0existp4ss',
|
||||
)
|
||||
except WindowsError as exc: # pylint: disable=undefined-variable
|
||||
|
|
Loading…
Add table
Reference in a new issue