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 bbbbadd commit e50b197Copy full SHA for e50b197
opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java
@@ -1052,7 +1052,7 @@ public void prepareIndexer(RuntimeEnvironment env,
1052
List<String> repositories) throws IndexerException, IOException {
1053
1054
if (!env.validateUniversalCtags()) {
1055
- throw new IndexerException("Could not find working Universal . " +
+ throw new IndexerException("Could not find working Universal ctags. " +
1056
"Pro tip: avoid installing Universal ctags from snap packages.");
1057
}
1058
0 commit comments