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
506dceed17
commit
7214fe17c8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,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