mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix local opts from CLI
This commit is contained in:
parent
493e48ddb5
commit
6e77aff69a
@ -42,7 +42,7 @@ def cmd(
|
||||
func = name
|
||||
local_opts = {}
|
||||
local_opts.update(__opts__)
|
||||
local_opts['async'] = True # ensure this will be run async
|
||||
local_opts['asynchronous'] = True # ensure this will be run asynchronous
|
||||
local_opts.update({
|
||||
'fun': func,
|
||||
'arg': arg,
|
||||
|
Loading…
Reference in New Issue
Block a user