This is an automated email from the ASF dual-hosted git repository.
apupier 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 b87d443091a0 Fix typo in readme generated by camel jbang when creating
a new project
b87d443091a0 is described below
commit b87d443091a0f605239f4affff4999bd6c45beb1
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Nov 13 08:53:28 2025 +0100
Fix typo in readme generated by camel jbang when creating a new project
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../camel-jbang-core/src/main/resources/templates/readme.md.tmpl | 2 +-
.../camel-jbang-core/src/main/resources/templates/readme.native.md.tmpl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.md.tmpl
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.md.tmpl
index e21e3135e420..c0275db1511c 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.md.tmpl
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.md.tmpl
@@ -1,6 +1,6 @@
# How to build and run a Camel application
-This project was generated using [Camel
Jbang](https://camel.apache.org/manual/camel-jbang.html). Please, refer the the
online documentation for learning more about how to configure the export of
your Camel application.
+This project was generated using [Camel
Jbang](https://camel.apache.org/manual/camel-jbang.html). Please, refer to the
online documentation for learning more about how to configure the export of
your Camel application.
This is a brief guide explaining how to build, "containerize" and run your
Camel application.
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.native.md.tmpl
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.native.md.tmpl
index 486baf1ee667..509a6e9c3019 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.native.md.tmpl
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/readme.native.md.tmpl
@@ -1,6 +1,6 @@
# How to build and run a Camel application
-This project was generated using [Camel
Jbang](https://camel.apache.org/manual/camel-jbang.html). Please, refer the the
online documentation for learning more about how to configure the export of
your Camel application.
+This project was generated using [Camel
Jbang](https://camel.apache.org/manual/camel-jbang.html). Please, refer to the
online documentation for learning more about how to configure the export of
your Camel application.
This is a brief guide explaining how to build, "containerize" and run your
Camel application.