Add comment for where compound commands aer set up

This commit is contained in:
Thomas S Hatch 2012-04-03 11:32:06 -06:00
parent f2030964b1
commit 1d2b096ea6

View File

@ -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'] = []