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 3a664a5 commit 89e4f2cCopy full SHA for 89e4f2c
opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java
@@ -806,7 +806,7 @@ private String addSubmodule(String submoduleName) throws Exception {
806
.build();
807
try (Git git = new Git(mainRepo)) {
808
git.submoduleAdd().
809
- setURI("file:///" + newRepoFile).
+ setURI(newRepoFile.toPath().toUri().toString()).
810
setPath(submoduleName).
811
call();
812
}
0 commit comments