From 0a95554b4a4ecb2d2b5ca9c968aac82ba27e9887 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Mon, 22 Jul 2024 16:02:12 -0400 Subject: [PATCH] Update library_generation/utils/utilities.sh Co-authored-by: Blake Li --- library_generation/utils/utilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library_generation/utils/utilities.sh b/library_generation/utils/utilities.sh index a93df59b42..72fefec76a 100755 --- a/library_generation/utils/utilities.sh +++ b/library_generation/utils/utilities.sh @@ -172,7 +172,7 @@ download_tools() { # similar case with grpc if [[ "${DOCKER_GRPC_VERSION}" == "${grpc_version}" ]]; then - # if the specified protoc_version matches the one baked in the docker + # if the specified grpc_version matches the one baked in the docker # container, we just point grpc_path to its location. export grpc_path="${DOCKER_GRPC_LOCATION}" else