Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit e1d14c9

Browse files
authored
Merge pull request #727 from jtattermusch/csharp_doc_no_hardcode
Dont hardcode the tag version in C# docs
2 parents 7ec3569 + 677830d commit e1d14c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/basic/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ download the example, clone the `grpc` repository by running the following
4949
command:
5050

5151
```sh
52-
$ git clone -b v1.12.x https://github.com/grpc/grpc
52+
$ git clone -b {{ site.data.config.grpc_release_tag }} https://github.com/grpc/grpc
5353
$ cd grpc
5454
```
5555

0 commit comments

Comments
 (0)