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 aceba4f commit 49f5a93Copy full SHA for 49f5a93
src/org/opensolaris/opengrok/configuration/Groups.java
@@ -279,7 +279,7 @@ public boolean call(Group g) {
279
280
out.println(matched.size() + " group(s) match(es) the \"" + match + "\"");
281
for (Group g : matched) {
282
- out.println(g.getName() + " \"" + g.getPattern() + "\"");
+ out.println(g.getName() + " '" + g.getPattern() + "'");
283
}
284
285
0 commit comments