mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix configuration setting
This commit is contained in:
parent
47078a300f
commit
bc85a5fa98
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class SaltCMD(salt.utils.parsers.SaltCMDOptionParser):
|
|||
kwargs.update(res)
|
||||
kwargs['eauth'] = self.options.eauth
|
||||
|
||||
if self.config['asynchronous']:
|
||||
if self.config['async']:
|
||||
jid = self.local_client.cmd_async(**kwargs)
|
||||
salt.utils.stringutils.print_cli('Executed command with job ID: {0}'.format(jid))
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue