Skip to content

Commit 231d4c7

Browse files
committed
fix(tools/curations): Fix a typo
Signed-off-by: Frank Viernau <[email protected]>
1 parent f8c8587 commit 231d4c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/curations/buildSrc/src/main/kotlin/ScanCodeLicenseDbClassifications.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ fun generateLicenseClassificationsYaml(): String {
203203

204204
licenseClassifications.run {
205205
LOGGER.quiet(
206-
"Generated a license classification with ${categorizations.size} license and ${categories.size} categories."
206+
"Generated a license classification with ${categorizations.size} licenses and ${categories.size} " +
207+
"categories."
207208
)
208209
}
209210

0 commit comments

Comments
 (0)