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.git

commit d38c4a137495a3df5aa0e474de2ce82e6a4d4afb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Oct 1 15:33:37 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/aws-eks-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/aws-eks-component.adoc 
b/docs/components/modules/ROOT/pages/aws-eks-component.adoc
index 0b2dfb0..9da13c0 100644
--- a/docs/components/modules/ROOT/pages/aws-eks-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-eks-component.adoc
@@ -166,7 +166,7 @@ Camel-AWS EKS component provides the following operation on 
the producer side:
 [source,java]
 
--------------------------------------------------------------------------------
 from("direct:listClusters")
-    .to("aws-eks://test?ecsClient=#amazonEcsClient&operation=listClusters")
+    .to("aws-eks://test?ecsClient=#amazonEksClient&operation=listClusters")
 
--------------------------------------------------------------------------------
 
 == Automatic detection of AmazonEKS client in registry

Reply via email to