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 67bf5f9 commit 1ce08bbCopy full SHA for 1ce08bb
opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java
@@ -270,7 +270,7 @@ public static void main(String[] argv) {
270
// call above.
271
RepositoryFactory.initializeIgnoredNames(env);
272
273
- // Check index(es). Exit with return code upon failure.
+ // Check index(es). Exit with distinct return code upon failure.
274
if (indexCheckMode.ordinal() > IndexCheck.IndexCheckMode.NO_CHECK.ordinal()) {
275
if (cfg.getDataRoot() == null || cfg.getDataRoot().isEmpty()) {
276
System.err.println("Empty data root in configuration");
0 commit comments