Skip to content

Commit

Permalink
docs(website): Fix-up a package curation example
Browse files Browse the repository at this point in the history
The `source_code_origins` property is an array. This is a fix-up of
433778b.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Apr 19, 2024
1 parent ba9803b commit b296744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration/package-curations.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ A curation file consists of one or more `id` entries:
path: "subdirectory"
is_metadata_only: true
is_modified: true
source_code_origins: "ARTIFACT, VCS"
source_code_origins: [ARTIFACT, VCS]
```
Where the list of available options for curations is defined in [PackageCurationData.kt](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/PackageCurationData.kt).
Expand Down

0 comments on commit b296744

Please sign in to comment.