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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a261d5  Polished
3a261d5 is described below

commit 3a261d5d672e4c3863812906356135e1cba57768
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Nov 18 11:28:23 2021 +0100

    Polished
---
 examples/kamelet-main/src/main/resources/camel/my-route.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/kamelet-main/src/main/resources/camel/my-route.yaml 
b/examples/kamelet-main/src/main/resources/camel/my-route.yaml
index b6eb2df..cbe28c2 100644
--- a/examples/kamelet-main/src/main/resources/camel/my-route.yaml
+++ b/examples/kamelet-main/src/main/resources/camel/my-route.yaml
@@ -1,4 +1,5 @@
 - route:
+    id: "earthquake"
     from: "kamelet:earthquake-source"
     steps:
       - unmarshal:

Reply via email to