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 24ea45e  Polished
24ea45e is described below

commit 24ea45e96b2cb0a89914931a5c8f145dbc165dd7
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Feb 4 22:07:23 2026 +0100

    Polished
---
 jbang/simple-custom-function/myapp.camel.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbang/simple-custom-function/myapp.camel.yaml 
b/jbang/simple-custom-function/myapp.camel.yaml
index 2ced567..ff3af7e 100644
--- a/jbang/simple-custom-function/myapp.camel.yaml
+++ b/jbang/simple-custom-function/myapp.camel.yaml
@@ -4,5 +4,5 @@
       period: "5000"
     steps:
       - setBody:
-          simple: ${stock()}
+          simple: ${stock}
       - log: "The stock price is: ${body}"

Reply via email to