mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add comment for where compound commands aer set up
This commit is contained in:
parent
f2030964b1
commit
1d2b096ea6
@ -215,6 +215,7 @@ class SaltCMD(object):
|
||||
else:
|
||||
opts['tgt'] = args[0]
|
||||
|
||||
# Detect compound command and set up the data for it
|
||||
if ',' in args[1]:
|
||||
opts['fun'] = args[1].split(',')
|
||||
opts['arg'] = []
|
||||
|
Loading…
Reference in New Issue
Block a user