We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3733c3 commit 8f4e6edCopy full SHA for 8f4e6ed
src/test/java/com/gitblit/tests/GitBlitSuite.java
@@ -220,7 +220,7 @@ public static void setUp() throws Exception {
220
}
221
cloneOrFetch("helloworld.git", HELLOWORLD_REPO_SOURCE.getAbsolutePath());
222
cloneOrFetch("ticgit.git", TICGIT_REPO_SOURCE.getAbsolutePath());
223
- cloneOrFetch("test/jgit.git", "https://github.com/eclipse/jgit.git");
+ cloneOrFetch("test/jgit.git", "https://github.com/eclipse-jgit/jgit.git");
224
cloneOrFetch("test/helloworld.git", HELLOWORLD_REPO_SOURCE.getAbsolutePath());
225
cloneOrFetch("test/ambition.git", AMBITION_REPO_SOURCE.getAbsolutePath());
226
cloneOrFetch("test/gitective.git", GITECTIVE_REPO_SOURCE.getAbsolutePath());
0 commit comments