Skip to content

Commit

Permalink
Update library_generation/utils/utilities.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Li <blakeli@google.com>
  • Loading branch information
diegomarquezp and blakeli0 committed Jul 22, 2024
1 parent 15b2fc5 commit 0a95554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/utils/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a95554

Please sign in to comment.