Skip to content

Commit adbf9c4

Browse files
author
Vladimir Kotal
committed
propagate the type of repo in non-repo case
additional change for #1461
1 parent 0149c87 commit adbf9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryGuru.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ private Collection<RepositoryInfo> addRepositories(File[] files,
430430
file.getAbsolutePath());
431431
} else if (depth <= scanningDepth) {
432432
repoList.addAll(HistoryGuru.this.addRepositories(subFiles, ignoredNames,
433-
recursiveSearch, null,depth + 1));
433+
recursiveSearch, type,depth + 1));
434434
}
435435
}
436436
} else {

0 commit comments

Comments
 (0)