From 2321420ff5490f7c440ae6991b08d8fa1713db1d Mon Sep 17 00:00:00 2001 From: frankw Date: Fri, 13 Nov 2015 15:31:41 +0100 Subject: [PATCH] Updated grpc fix as per commit https://github.com/bazil/bazil/commit/aa4b93d83c27faddcdadb549e5901f0c310c41b2 --- _posts/2015-07-07-distributed.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_posts/2015-07-07-distributed.md b/_posts/2015-07-07-distributed.md index 840a14d..e818866 100644 --- a/_posts/2015-07-07-distributed.md +++ b/_posts/2015-07-07-distributed.md @@ -30,9 +30,7 @@ need a custom branch of it for now. Let's check that out: ```console $ go get google.golang.org/grpc $ cd $GOPATH/src/google.golang.org/grpc -$ git remote add bazil https://github.com/bazil/grpc-go -$ git fetch bazil -$ git checkout -b auth bazil/auth +$ git checkout 5e5f5df2bbfed81a191eb0484831738cc729f3b9 ``` And then install Bazil itself: