You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/10 08:53:35 UTC

[camel-kamelets] 06/08: FTP source - it creates a new folder (if doesn't exist) instead of throwing an exception

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

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

commit 1e74e6ad8d413a1bad95d60804489d7c3ddad06b
Author: Andrea Cosentino <an...@gmail.com>
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 <an...@gmail.com>
---
 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 c74024be..88f2f981 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