mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert api call: it is about "functionname_async" suffix.
This commit is contained in:
parent
0543578336
commit
e8608aa9be
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class APIClient(object):
|
|||
'''
|
||||
cmd = dict(cmd) # make copy
|
||||
client = 'minion' # default to local minion client
|
||||
mode = cmd.get('mode', 'asynchronous') # default to 'asynchronous'
|
||||
mode = cmd.get('mode', 'async')
|
||||
|
||||
# check for wheel or runner prefix to fun name to use wheel or runner client
|
||||
funparts = cmd.get('fun', '').split('.')
|
||||
|
|
Loading…
Add table
Reference in a new issue