aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/commands.py
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-02-08 12:19:20 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2016-02-08 12:19:24 -0800
commit064d37d380c54d256ee3600c50498ced48df6587 (patch)
treeefd94f3caa2e1f9abd4312f4722184dc6f38a648 /src/python/grpcio/commands.py
parent81b780b84b77a093ac2273865cd1af8a0f6f69bf (diff)
Fix GCS URL for Python
Diffstat (limited to 'src/python/grpcio/commands.py')
-rw-r--r--src/python/grpcio/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index 31bd00e94e..5de631922a 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -54,7 +54,7 @@ PYTHON_STEM = os.path.dirname(os.path.abspath(__file__))
BINARIES_REPOSITORY = os.environ.get(
'GRPC_PYTHON_BINARIES_REPOSITORY',
- 'https://storage.googleapis.com/grpc-precompiled-binaries/python/')
+ 'https://storage.googleapis.com/grpc-precompiled-binaries/python')
CONF_PY_ADDENDUM = """
extensions.append('sphinx.ext.napoleon')