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 1262db6 Update camel-console.adoc
1262db6 is described below
commit 1262db67c4a77378f90c78fa99566be36b36e7e7
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Feb 9 11:44:13 2022 +0100
Update camel-console.adoc
---
docs/user-manual/modules/ROOT/pages/camel-console.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-console.adoc
b/docs/user-manual/modules/ROOT/pages/camel-console.adoc
index a551645..c7e1fb8 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-console.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-console.adoc
@@ -37,7 +37,7 @@ and have the console started and accessible from
`http://localhost:8080/dev`
[source,bash]
----
-$ jbang CamelJBang@apache/camel run foo.yaml myapp.properties --console
+$ jbang camel@apache/camel run foo.yaml myapp.properties --console
----
== Writing Custom Dev Consoles