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 21b320860a0 Fix typo in command in Camel JBang doc (#7613)
21b320860a0 is described below
commit 21b320860a0c675fc1db32c1e3fe1e83eda99f2f
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri May 13 16:41:19 2022 +0200
Fix typo in command in Camel JBang doc (#7613)
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index d2edee1ac56..932f7be9a02 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -125,7 +125,7 @@ For example to run one of the Camel K examples you can do:
[source,bash]
----
-camel run run github:apache:camel-k:examples/languages/routes.yaml
+camel run github:apache:camel-k:examples/languages/routes.yaml
----
You can also use the `https` URL for GitHub. For example, you can browse the
examples from a web-browser and