You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/18 09:25:38 UTC

[camel] branch main updated: Fixed docs

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 b71f7c2  Fixed docs
b71f7c2 is described below

commit b71f7c2f98a552a5a7f4016874691b8ae5f1b428
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Dec 18 10:25:03 2021 +0100

    Fixed docs
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index aa10ec1..410ec33 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -59,13 +59,13 @@ In order to do so, write a YAML-based file with the `route`, the `steps` and the
       parameters:
         period: 1000
         message: "Hello Camel JBang"
-    steps:
-      - log: "${body}"
-      - to:
-          uri: "kamelet:jms-amqp-10-sink"
-          parameters:
-            remoteURI: amqp://localhost:61616
-            destinationName: test-queue
+      steps:
+        - log: "${body}"
+        - to:
+            uri: "kamelet:jms-amqp-10-sink"
+            parameters:
+              remoteURI: amqp://localhost:61616
+              destinationName: test-queue
 ----
 
 Execute the following command to run this route: