Skip to content

Commit 8f4e6ed

Browse files
committed
test: Fix URL or remote repo used in tests
1 parent b3733c3 commit 8f4e6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/gitblit/tests/GitBlitSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public static void setUp() throws Exception {
220220
}
221221
cloneOrFetch("helloworld.git", HELLOWORLD_REPO_SOURCE.getAbsolutePath());
222222
cloneOrFetch("ticgit.git", TICGIT_REPO_SOURCE.getAbsolutePath());
223-
cloneOrFetch("test/jgit.git", "https://github.com/eclipse/jgit.git");
223+
cloneOrFetch("test/jgit.git", "https://github.com/eclipse-jgit/jgit.git");
224224
cloneOrFetch("test/helloworld.git", HELLOWORLD_REPO_SOURCE.getAbsolutePath());
225225
cloneOrFetch("test/ambition.git", AMBITION_REPO_SOURCE.getAbsolutePath());
226226
cloneOrFetch("test/gitective.git", GITECTIVE_REPO_SOURCE.getAbsolutePath());

0 commit comments

Comments
 (0)