Skip to content

Commit 73cc18f

Browse files
author
Vladimir Kotal
authored
restore tag of the message that sets projectsEnabled
fixes #1838
1 parent ca1cde8 commit 73cc18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/index/Indexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public static void main(String argv[]) {
229229
// emitted during indexing do not cause validation error.
230230
if (addProjects && host != null && port > 0) {
231231
Message m = Message.createMessage("config");
232-
m.addTag("addOption");
232+
m.addTag("set");
233233
m.setText("projectsEnabled = true");
234234
m.write(host, port);
235235
}

0 commit comments

Comments
 (0)