diff options
author | Mark D. Roth <roth@google.com> | 2016-09-13 11:10:51 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-13 11:10:51 -0700 |
commit | 1beb35b24b277598b9101f122de4cf8400973e96 (patch) | |
tree | 4b7be1b7ae067a4e6182fd48b197f560e0ec9720 /tools/gource/gen-all-logs.sh | |
parent | 38525a9a082df5c8a61efe046cde9cb14ae4170c (diff) | |
parent | 46131d849efa3fabace12e1dcd2c17d9f1fee35e (diff) |
Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2
Diffstat (limited to 'tools/gource/gen-all-logs.sh')
-rwxr-xr-x | tools/gource/gen-all-logs.sh | 2 |
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 |