This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 4bbf5ac81ca Fix pipeline eip doc (#7900)
4bbf5ac81ca is described below
commit 4bbf5ac81ca9284999e77b1d96d6fc3ae204c8ce
Author: Tomáš Turek <[email protected]>
AuthorDate: Mon Jun 27 18:45:11 2022 +0200
Fix pipeline eip doc (#7900)
---
.../src/main/docs/modules/eips/pages/pipeline-eip.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/pipeline-eip.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/pipeline-eip.adoc
index 4de7486be01..7c6adb4f025 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/pipeline-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/pipeline-eip.adoc
@@ -79,7 +79,7 @@ The opposite to `pipeline` is
xref:multicast-eip.adoc[`multicast`].
A xref:multicast-eip.adoc[Multicast] EIP routes a copy of the same message
into each of its outputs,
where these messages are processed independently. Pipeline EIP however, will
route the same message
sequentially in the pipeline where the output from the previous step is input
to the next. The same principle
-from the Linux shell with chaining commands together with pipe (`'`).
+from the Linux shell with chaining commands together with pipe (`|`).
=== When using pipeline is necessary