From d39d163d136ddd9d8661f5c1350f2a3644ccde16 Mon Sep 17 00:00:00 2001 From: Nicolas Nobelis Date: Fri, 12 Apr 2024 11:23:18 +0200 Subject: [PATCH] fix(reporter): Correct the how-to-fix element for snippet choices Signed-off-by: Nicolas Nobelis --- .../src/main/resources/templates/asciidoc/fossid_snippet.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/reporters/fossid/src/main/resources/templates/asciidoc/fossid_snippet.ftl b/plugins/reporters/fossid/src/main/resources/templates/asciidoc/fossid_snippet.ftl index 7950b55d0934c..412b595f33abb 100644 --- a/plugins/reporters/fossid/src/main/resources/templates/asciidoc/fossid_snippet.ftl +++ b/plugins/reporters/fossid/src/main/resources/templates/asciidoc/fossid_snippet.ftl @@ -103,7 +103,7 @@ Add the following lines to the *.ort.yml* file. To **choose** this snippet: [source,yaml] -- -package_snippet_choices: +snippet_choices: - provenance: url: "${scanResult.provenance.vcsInfo.url}" choices: @@ -120,7 +120,7 @@ package_snippet_choices: Or to mark this location has having ONLY **false positives snippets**: [source,yaml] -- -package_snippet_choices: +snippet_choices: - provenance: url: "${scanResult.provenance.vcsInfo.url}" choices: