You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/05 12:22:33 UTC

[camel-kamelets-examples] branch main updated: Thanks Max

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 c06fb32  Thanks Max
c06fb32 is described below

commit c06fb32fb862b4f884e4c8dd33c3c86d51f2f7d8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 5 13:22:17 2022 +0100

    Thanks Max
---
 jbang/pipe/upper.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jbang/pipe/upper.yaml b/jbang/pipe/upper.yaml
index a8c23cf..85fdb39 100755
--- a/jbang/pipe/upper.yaml
+++ b/jbang/pipe/upper.yaml
@@ -1,4 +1,5 @@
 ///usr/bin/env jbang --quiet camel@apache/camel pipe "$0" "$@" ; exit $?
+---
 # camel-k: language=yaml
 
 # Will upper-case the input
@@ -7,4 +8,4 @@
     steps:
       - setBody:
           simple: "${body.toUpperCase()}"
-      - to: "stream:out"
+      - to: "stream:out"
\ No newline at end of file