Skip to content

Commit e50b197

Browse files
authored
add missing ctags
1 parent bbbbadd commit e50b197

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
@@ -1052,7 +1052,7 @@ public void prepareIndexer(RuntimeEnvironment env,
10521052
List<String> repositories) throws IndexerException, IOException {
10531053

10541054
if (!env.validateUniversalCtags()) {
1055-
throw new IndexerException("Could not find working Universal . " +
1055+
throw new IndexerException("Could not find working Universal ctags. " +
10561056
"Pro tip: avoid installing Universal ctags from snap packages.");
10571057
}
10581058

0 commit comments

Comments
 (0)