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 c4fa31c9051b Polished
c4fa31c9051b is described below
commit c4fa31c9051bdb1638c3504a15dd4fd7616f5e36
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jan 9 11:15:35 2026 +0100
Polished
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index de6b856c6b9c..c6db4932675c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -58,10 +58,10 @@ When installing Camel JBang as a JBang app via `jbang app
install ...` then JBan
occasionally if the upstream version has changed and then automatic update.
This can be undesired if you
want to ensure your Camel JBang app is not automatically updated, such as when
there are newer Apache Camel releases.
-1. Download
https://github.com/apache/camel/blob/main/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java[CamelJBang.java]
file to local disk.\
-2. Edit the `CamelJBang.java` file with the desired Camel version you want to
use.
-3. And then install via `jbang app install CamelJBang.java`.
-4. After this you can delete the `CamelJBang.java` file.
+1. Download
https://github.com/apache/camel/blob/main/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java[CamelJBang.java]
file to local disk
+2. Edit the `CamelJBang.java` file with the desired Camel version you want to
use
+3. And then install via `jbang app install CamelJBang.java`
+4. After this you can delete the `CamelJBang.java` file
== Container Image