This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new ace3274  Regen for commit 50e0f4ccc8178717d2aae594d5081dd95cc12405
ace3274 is described below

commit ace327477a5e852f715e0439c066fec1b6a02da1
Author: oscerd <[email protected]>
AuthorDate: Thu Sep 16 08:30:11 2021 +0000

    Regen for commit 50e0f4ccc8178717d2aae594d5081dd95cc12405
    
    Signed-off-by: GitHub <[email protected]>
---
 .../src/main/resources/kamelets/chuck-norris-source.kamelet.yaml    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
index 75be465..588f7d9 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
@@ -14,7 +14,7 @@ spec:
   definition:
     title: "Chuck Norris Source"
     description: |-
-      Gets peridically Chuck Norris jokes from http://www.icndb.com/
+      Gets periodically Chuck Norris jokes from http://www.icndb.com/
     type: object
     properties:
       period:
@@ -36,7 +36,7 @@ spec:
       parameters:
         period: "{{period}}"
       steps:
-        - to: "http://api.icndb.com/jokes/random";
+        - to: "http://api.icndb.com/jokes/random?exclude=[explicit]";
         - set-body:
             jsonpath: "$.value.joke"
-        - to: "kamelet:sink"
\ No newline at end of file
+        - to: "kamelet:sink"

Reply via email to