Skip to content

Commit

Permalink
fix invalid example for processors conditions (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
maha-hajja authored Oct 31, 2024
1 parent 91130d6 commit 24243b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-using/5-processors/2-conditions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipelines:
plugin: json.decode
settings:
field: .Payload.After.name
condition: `{{ eq .Metadata.key "expected-value" }}`
condition: "{{ eq .Metadata.key \"expected-value\" }}"
```
![scarf pixel conduit-site-docs-using-processors](https://static.scarf.sh/a.png?x-pxid=02ff4382-6501-4410-b523-fa8e7f879b00)

0 comments on commit 24243b3

Please sign in to comment.