Skip to content

Commit 9d2c7bf

Browse files
authored
pipeline: router: fix match_regex yaml sample (#2078)
Signed-off-by: lecaros <[email protected]>
1 parent 44e1e72 commit 9d2c7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pipeline:
138138

139139
outputs:
140140
- name: stdout
141-
match: '.*_sensor_[AB]'
141+
match_regex: '.*_sensor_[AB]'
142142
```
143143
144144
{% endtab %}

0 commit comments

Comments
 (0)