Skip to content

Commit

Permalink
Fix clone command (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
pY4x3g authored Jan 28, 2023
1 parent 05f7c5c commit 4ad892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpful/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad892d

Please sign in to comment.