From 724b86e90d1fa7b661e9d86a18e1a5e05c701f73 Mon Sep 17 00:00:00 2001 From: Cristian Ferretti Date: Tue, 17 Sep 2024 17:30:09 -0400 Subject: [PATCH] Fix a typo in a comment. --- cpp-client/build-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-client/build-dependencies.sh b/cpp-client/build-dependencies.sh index 2c8e805..4b29f1f 100755 --- a/cpp-client/build-dependencies.sh +++ b/cpp-client/build-dependencies.sh @@ -562,7 +562,7 @@ if [ "$CLONE_PROTOBUF" = "yes" ]; then echo echo "*** Cloning protobuf" cd $SRC - # Previously used version: v25.4 + # Previously used version: v25.3 git clone $GIT_FLAGS -b v28.1 --depth 1 "${GITHUB_BASE_URL}/protocolbuffers/protobuf.git" echo "*** Cloning protobuf DONE" fi