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

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

commit 68df526fe10c00a36804668cf9fa8705df6a703b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jun 18 14:53:59 2021 +0200

    MariaDB Sink Kamelet: Fixed description
---
 mariadb-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mariadb-sink.kamelet.yaml b/mariadb-sink.kamelet.yaml
index c1fc0a6..a20a46d 100644
--- a/mariadb-sink.kamelet.yaml
+++ b/mariadb-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a MariaDB Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL 
Server driver dependency in spec->integration->dependencies
+      In you KameletBinding file you'll need to explicitly declare the MariaDB 
Server driver dependency in spec->integration->dependencies
       
       - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
 

Reply via email to