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 92c68be597a Fixed Camel-JBang manual typo (#16839) 92c68be597a is described below commit 92c68be597ae50325a9c86a7c625049cad613055 Author: Radovan Netuka <rnet...@redhat.com> AuthorDate: Thu Jan 16 19:09:43 2025 +0100 Fixed Camel-JBang manual typo (#16839) --- 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 ff79297617e..118ea2271ca 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc @@ -2497,7 +2497,7 @@ Camel JBang makes it easy to do _Java debugging_ when you run your integration w [source,bash] ---- -camel run hello.yaml --jmv-debug +camel run hello.yaml --jvm-debug Listening for transport dt_socket at address: 4004 ----