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 2020/11/11 11:01:09 UTC

[camel-kafka-connector-examples] branch master updated: FTPS Sink example: Fixed docker image in docs

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new aa1d68a  FTPS Sink example: Fixed docker image in docs
aa1d68a is described below

commit aa1d68a40da372308d15e36eaafced2cd8e46bec
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 11 12:00:44 2020 +0100

    FTPS Sink example: Fixed docker image in docs
---
 ftps/ftps-sink/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftps/ftps-sink/README.adoc b/ftps/ftps-sink/README.adoc
index 7827b77..26dd3b3 100644
--- a/ftps/ftps-sink/README.adoc
+++ b/ftps/ftps-sink/README.adoc
@@ -10,7 +10,7 @@ This is an example for Camel-Kafka-connector FTPS Sink
 
 ### Setting up FTPS Server
 
-We'll use the fauria/vsftpd docker image
+We'll use the loicmathieu/vsftpd docker image
 
 Run the following command: