Skip to content

Commit 2825cf7

Browse files
author
Vladimir Kotal
committed
rename the fake file to bear OpenGrok name
1 parent fb4fc4b commit 2825cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public void update() throws IOException {
536536
* so it suffices to put the fake directly under the root.
537537
*/
538538
if (!isWithDirectoryCounts) {
539-
final String ROOT_FAKE_FILE = "/.foo";
539+
final String ROOT_FAKE_FILE = "/.OpenGrok_fake_file";
540540
countsAggregator.register(new NumLinesLOC(ROOT_FAKE_FILE, 0, 0));
541541
}
542542
NumLinesLOCAccessor countsAccessor = new NumLinesLOCAccessor();

0 commit comments

Comments
 (0)