From 929aa7f50ce3ea0618909a89c31e2ea59efe9f3a Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 4 Jun 2021 18:21:56 +0700 Subject: [PATCH] Update clonejdk.sh --- clonejdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clonejdk.sh b/clonejdk.sh index 496e330..3ace8b3 100755 --- a/clonejdk.sh +++ b/clonejdk.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -git clone --depth 1 --single-branch jdk16.0.1 https://github.com/openjdk/jdk16u openjdk +git clone --depth 1 --branch jdk16.0.1 https://github.com/openjdk/jdk16u openjdk