Skip to content

Commit 3997acc

Browse files
committed
fix(tools/curations): Re-align with the renaming of yaml
The property has been renamed upstream. Signed-off-by: Frank Viernau <[email protected]>
1 parent 98619ce commit 3997acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private data class License(
6969
val isDeprecated: Boolean,
7070
val category: String,
7171
val json: String,
72-
val yml: String,
72+
val yaml: String,
7373
val html: String,
7474
val text: String
7575
)

0 commit comments

Comments
 (0)