Skip to content

Commit 1ce08bb

Browse files
committed
adjust comment
1 parent 67bf5f9 commit 1ce08bb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public static void main(String[] argv) {
270270
// call above.
271271
RepositoryFactory.initializeIgnoredNames(env);
272272

273-
// Check index(es). Exit with return code upon failure.
273+
// Check index(es). Exit with distinct return code upon failure.
274274
if (indexCheckMode.ordinal() > IndexCheck.IndexCheckMode.NO_CHECK.ordinal()) {
275275
if (cfg.getDataRoot() == null || cfg.getDataRoot().isEmpty()) {
276276
System.err.println("Empty data root in configuration");

0 commit comments

Comments
 (0)