Skip to content

Commit

Permalink
Resolves saltstack#213
Browse files Browse the repository at this point in the history
Changed expr_form to tgt_type in payload passed in via local()
  • Loading branch information
jheiselman committed Dec 21, 2020
1 parent 8096e08 commit 9a79172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pepper/libpepper.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def local(self, tgt, fun, arg=None, kwarg=None, expr_form='glob',
low['kwarg'] = kwarg

if expr_form:
low['expr_form'] = expr_form
low['tgt_type'] = expr_form

if timeout:
low['timeout'] = timeout
Expand Down

0 comments on commit 9a79172

Please sign in to comment.