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

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

commit 0197cec722cfab566f45cb06b39bcebd6466e463
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Mon Nov 21 18:49:22 2022 +0900

    JSLT Action - Fix too many slashes in example of template
---
 kamelets/jslt-action.kamelet.yaml                                       | 2 +-
 .../camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/jslt-action.kamelet.yaml 
b/kamelets/jslt-action.kamelet.yaml
index ebd84fe8..b255c213 100644
--- a/kamelets/jslt-action.kamelet.yaml
+++ b/kamelets/jslt-action.kamelet.yaml
@@ -39,7 +39,7 @@ spec:
         title: Template
         description: The inline template for JSLT Transformation
         type: string
-        example: "file:////template.json"
+        example: "file://template.json"
         pattern: "^(http|https|file|classpath)://.*"
   dependencies:
   - "camel:jslt"
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
index ebd84fe8..b255c213 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
@@ -39,7 +39,7 @@ spec:
         title: Template
         description: The inline template for JSLT Transformation
         type: string
-        example: "file:////template.json"
+        example: "file://template.json"
         pattern: "^(http|https|file|classpath)://.*"
   dependencies:
   - "camel:jslt"

Reply via email to