From 9ab3a1120ff0256eabb4fb6c616dc14c988a9706 Mon Sep 17 00:00:00 2001 From: lecaros Date: Fri, 3 Oct 2025 11:40:32 -0300 Subject: [PATCH] pipeline: router: fix match_regex yaml sample Signed-off-by: lecaros --- pipeline/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/router.md b/pipeline/router.md index fe4e0c176..d0fd4b3d9 100644 --- a/pipeline/router.md +++ b/pipeline/router.md @@ -138,7 +138,7 @@ pipeline: outputs: - name: stdout - match: '.*_sensor_[AB]' + match_regex: '.*_sensor_[AB]' ``` {% endtab %}