Skip to content

Commit fa5f403

Browse files
trikotrakoVladimir Kotal
authored andcommitted
writing empty Groups to file if specified
1 parent 83149ee commit fa5f403

File tree

1 file changed

+1
-0
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/configuration

1 file changed

+1
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/Groups.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public static void main(String[] argv) {
156156
usage();
157157
System.exit(1);
158158
}
159+
out = prepareOutput(outFile);
159160
printOut(false, cfg, out);
160161
} else if (delete) {
161162
// perform delete

0 commit comments

Comments
 (0)