Skip to content

Commit 84dd701

Browse files
committed
1 parent 7fb31a9 commit 84dd701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cldr-apps/src/main/java/org/unicode/cldr/web/ClaSignature.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private static final EnumSet<Organization> getClaOrgs() {
7575
// If this is too noisy, we can move it elsewhere
7676
System.out.println(
7777
"ADD_CLA_ORGS="
78-
+ ClaSignature.CLA_ORGS.stream()
78+
+ orgs.stream()
7979
.map((Organization o) -> o.name())
8080
.collect(Collectors.joining(" ")));
8181

0 commit comments

Comments
 (0)