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/09 11:12:17 UTC

[camel-kamelets] 06/07: SFTP 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 3.20.x-sftp
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit ceb481b3b7b81b54da8aa1e56fe875cc4ea623b3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:44:19 2023 +0100

    SFTP source - it creates a new folder (if doesn't exist) instead of throwing an exception
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
index 0ad8132f..61715bc4 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
@@ -126,7 +126,7 @@ spec:
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       autocreate:
-        title: Autocreate Missing directories
+        title: Autocreate Missing Directories
         description: Automatically create starting directory.
         type: boolean
         default: true