You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by da...@apache.org on 2022/09/28 07:11:48 UTC

[flink-connector-elasticsearch] branch main updated: [hotfix] Fixing build command in project README.md

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

dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 83944a8  [hotfix] Fixing build command in project README.md
83944a8 is described below

commit 83944a8db8767499f7339b9c0b95d35a428560e5
Author: Danny Cranmer <da...@apache.org>
AuthorDate: Wed Sep 28 08:09:26 2022 +0100

    [hotfix] Fixing build command in project README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8550aca..9f09134 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Prerequisites:
 ```
 git clone https://github.com/apache/flink-connector-elasticsearch.git
 cd flink-connector-elasticsearch
-./mvn clean package -DskipTests
+mvn clean package -DskipTests
 ```
 
 The resulting jars can be found in the `target` directory of the respective module.