aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gource
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-08-24 15:22:24 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-08-24 15:22:24 -0700
commit30da8254aac677bc9625571cf24903e50f4c04d9 (patch)
tree843c6cf8ede7ad0c886eb70ea00ce9ee77d1c402 /tools/gource
parent8a3df2ecbe5acd62e203ffdecaea216630619b83 (diff)
fixes
Diffstat (limited to 'tools/gource')
-rwxr-xr-xtools/gource/gen-all-logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gource/gen-all-logs.sh b/tools/gource/gen-all-logs.sh
index ab60c3c1b1..2512cc2259 100755
--- a/tools/gource/gen-all-logs.sh
+++ b/tools/gource/gen-all-logs.sh
@@ -34,7 +34,7 @@ outdir=`pwd`
tmpdir=`mktemp -d`
mkdir -p $tmpdir/logs
-repos="grpc grpc-common grpc-go grpc-java grpc.github.io grpc-tools homebrew-grpc grpc-docker-library"
+repos="grpc grpc-common grpc-go grpc-java grpc.github.io"
for repo in $repos
do
cd $tmpdir