mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Better doc string
This commit is contained in:
parent
e53d6b9ed9
commit
c1135d90c7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import salt.ext.six as six
|
|||
def can_runas():
|
||||
'''
|
||||
Detect if we are running in a limited shell (winrm) and are un-able to use
|
||||
the runas
|
||||
the runas utility method.
|
||||
'''
|
||||
if salt.utils.is_windows():
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue