This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit d51a15e3b3e49c9497dce157cdcc627a9d9ce97e Author: nicolaferraro <[email protected]> AuthorDate: Thu May 13 13:07:05 2021 +0200 fix typo --- timer-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer-source.kamelet.yaml b/timer-source.kamelet.yaml index be6057c..4171a4b 100644 --- a/timer-source.kamelet.yaml +++ b/timer-source.kamelet.yaml @@ -63,5 +63,5 @@ spec: constant: "{{message}}" - set-header: name: "Content-Type" - constant: "{{contentType}" + constant: "{{contentType}}" - to: kamelet:sink
