mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Move after_jump split out of loop
This commit is contained in:
parent
d14f1307b6
commit
e2d1606b19
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ def build_rule(table=None, chain=None, command=None, position='', full=None, fam
|
|||
else:
|
||||
rule += '--{0} {1} '.format(item, kwargs[item])
|
||||
|
||||
rule += ' '.join(after_jump)
|
||||
rule += ' '.join(after_jump)
|
||||
|
||||
if full in ['True', 'true']:
|
||||
if not table:
|
||||
|
|
Loading…
Add table
Reference in a new issue