Better doc string

This commit is contained in:
Daniel A. Wozniak 2018-05-10 12:11:45 -07:00 committed by rallytime
parent e53d6b9ed9
commit c1135d90c7
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -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: