aboutsummaryrefslogtreecommitdiff
path: root/java/compatibility_tests/v2.5.0/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'java/compatibility_tests/v2.5.0/test.sh')
-rwxr-xr-xjava/compatibility_tests/v2.5.0/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/compatibility_tests/v2.5.0/test.sh b/java/compatibility_tests/v2.5.0/test.sh
index 5d5e9ed4..2ea5b930 100755
--- a/java/compatibility_tests/v2.5.0/test.sh
+++ b/java/compatibility_tests/v2.5.0/test.sh
@@ -65,7 +65,7 @@ echo "Running compatibility tests between $VERSION_NUMBER and $OLD_VERSION"
# Download old version source for the compatibility test
[ -d protobuf ] || {
- git clone https://github.com/google/protobuf.git
+ git clone https://github.com/protocolbuffers/protobuf.git
cd protobuf
git reset --hard v$TEST_VERSION
cd ..