aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins/grpc_interop_go/build_interop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jenkins/grpc_interop_go/build_interop.sh')
-rwxr-xr-xtools/jenkins/grpc_interop_go/build_interop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/grpc_interop_go/build_interop.sh b/tools/jenkins/grpc_interop_go/build_interop.sh
index 05fc6dfdfb..e891549342 100755
--- a/tools/jenkins/grpc_interop_go/build_interop.sh
+++ b/tools/jenkins/grpc_interop_go/build_interop.sh
@@ -34,7 +34,7 @@ set -e
# Clone just the grpc-go source code without any dependencies.
# We are cloning from a local git repo that contains the right revision
# to test instead of using "go get" to download from Github directly.
-git clone --recursive /var/local/jenkins/grpc-go src/gooogle.golang.org/grpc
+git clone --recursive /var/local/jenkins/grpc-go src/google.golang.org/grpc
# copy service account keys if available
cp -r /var/local/jenkins/service_account $HOME || true