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 ca1cde8 commit 73cc18fCopy full SHA for 73cc18f
src/org/opensolaris/opengrok/index/Indexer.java
@@ -229,7 +229,7 @@ public static void main(String argv[]) {
229
// emitted during indexing do not cause validation error.
230
if (addProjects && host != null && port > 0) {
231
Message m = Message.createMessage("config");
232
- m.addTag("addOption");
+ m.addTag("set");
233
m.setText("projectsEnabled = true");
234
m.write(host, port);
235
}
0 commit comments