From 4ad892d4a90f2d43b9c86e39a73a89e7dbb8a548 Mon Sep 17 00:00:00 2001 From: Robin Braun Date: Sat, 28 Jan 2023 22:54:40 +0100 Subject: [PATCH] Fix clone command (#138) --- helpful/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpful/build.sh b/helpful/build.sh index c97ad3e..40791ef 100755 --- a/helpful/build.sh +++ b/helpful/build.sh @@ -10,7 +10,7 @@ BRANCH=dev if [ ! -d "$DIRECTORY" ]; then echo "$DIRECTORY does not exists cloning into $DIRECTORY..." - git clone --branch $BRANCH git://github.com/redPanda-project/redpandaj.git $DIRECTORY + git clone --branch $BRANCH https://github.com/redPanda-project/redpandaj.git $DIRECTORY fi cd $DIRECTORY