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

nkruber pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink-training.git

commit 2f88119c9cbff2523ff7a19924981966d259fee1
Author: Nico Kruber <n...@ververica.com>
AuthorDate: Tue Apr 21 12:15:50 2020 +0200

    [hotfix] change "git clone" command in the README.md to clone this branch
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 764fb5c..7ae5559 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ This `flink-training` project contains exercises, tests, and 
reference solutions
 > If you want to work on a version other than the current Flink release, make 
 > sure to check out the appropriate branch.
 
 ```bash
-git clone https://github.com/apache/flink-training.git
+git clone --branch release-1.10 https://github.com/apache/flink-training.git
 cd flink-training
 ./gradlew test shadowJar
 ```

Reply via email to