Fix github url in client_matrix.py

pull/14162/head
Eric Gribkoff 7 years ago committed by GitHub
commit b76df75217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      tools/interop_matrix/client_matrix.py

@ -18,9 +18,9 @@
def get_github_repo(lang):
return {
'go': 'https://github.com:grpc/grpc-go.git',
'java': 'https://github.com:grpc/grpc-java.git',
'node': 'https://github.com:grpc/grpc-node.git',
'go': 'https://github.com/grpc/grpc-go.git',
'java': 'https://github.com/grpc/grpc-java.git',
'node': 'https://github.com/grpc/grpc-node.git',
# all other languages use the grpc.git repo.
}.get(lang, 'https://github.com/grpc/grpc.git')

Loading…
Cancel
Save