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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 9a60d88 Add custom kamelet example
9a60d88 is described below
commit 9a60d885363fe1fa779e4f2fbc936c573f7ab97d
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 5 09:50:48 2022 +0100
Add custom kamelet example
---
jbang/{user => custom-kamelet}/README.adoc | 2 +-
jbang/{user => custom-kamelet}/user.java | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/jbang/user/README.adoc b/jbang/custom-kamelet/README.adoc
similarity index 90%
rename from jbang/user/README.adoc
rename to jbang/custom-kamelet/README.adoc
index 1613bf4..f6cf1b8 100644
--- a/jbang/user/README.adoc
+++ b/jbang/custom-kamelet/README.adoc
@@ -51,7 +51,7 @@ The example can also be run directly by referring to the
github URL as shown:
[source,sh]
----
-$ jbang camel@apache/camel run
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/user
--local-kamelet-dir=https://github.com/apache/camel-kamelets-examples/tree/main/custom-kamelets
+$ jbang camel@apache/camel run
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/custom-kamelet
--local-kamelet-dir=https://github.com/apache/camel-kamelets-examples/tree/main/custom-kamelets
----
diff --git a/jbang/user/user.java b/jbang/custom-kamelet/user.java
similarity index 100%
rename from jbang/user/user.java
rename to jbang/custom-kamelet/user.java