mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix tgt-type assignment
This commit is contained in:
parent
e735a143f7
commit
478c4597ee
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class LocalClient(object):
|
|||
fun=fun,
|
||||
arg=arg,
|
||||
key=self.key)
|
||||
package['tgt_type': expr_form]
|
||||
package['tgt_type'] = expr_form
|
||||
# Prep zmq
|
||||
context = zmq.Context()
|
||||
socket = context.socket(zmq.REQ)
|
||||
|
|
Loading…
Add table
Reference in a new issue