Skip to content

Commit

Permalink
Fix a typo in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Sep 17, 2024
1 parent 0a3bc80 commit 724b86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-client/build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 724b86e

Please sign in to comment.