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

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

commit 0893e2fb62511c3472185a8fd3da653cda0a6e3b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Mar 10 09:47:38 2023 +0100

    FTP source - it creates a new folder (if doesn't exist) instead of throwing 
an exception
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/ftp-source.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/ftp-source.kamelet.yaml b/kamelets/ftp-source.kamelet.yaml
index 232a9b45..8c42242e 100644
--- a/kamelets/ftp-source.kamelet.yaml
+++ b/kamelets/ftp-source.kamelet.yaml
@@ -95,7 +95,7 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
-      autocreate:
+      autoCreate:
         title: Autocreate Missing Directories
         description: Automatically create starting directory.
         type: boolean
@@ -115,7 +115,7 @@ spec:
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
         binary: "{{binary}}"
-        autocreate: "{{autocreate}}"
+        autoCreate: "{{autoCreate}}"
       steps:
       - set-header:
           name: file

Reply via email to