| commit | c06fb32fb862b4f884e4c8dd33c3c86d51f2f7d8 | [log] [tgz] |
|---|---|---|
| author | Claus Ibsen <claus.ibsen@gmail.com> | Mon Dec 05 13:22:17 2022 +0100 |
| committer | Claus Ibsen <claus.ibsen@gmail.com> | Mon Dec 05 13:22:23 2022 +0100 |
| tree | 69bb6f56f562e7ca25defdf11c9d5bdeb909e58e | |
| parent | bc0423d0f9264400a57c5ea11a9e6c651df502a0 [diff] |
Thanks Max
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