From 5ceea77e818e75d0e35991b5809227a5906cf02f Mon Sep 17 00:00:00 2001 From: Trong Nhan Mai Date: Fri, 26 Apr 2024 15:07:18 +1000 Subject: [PATCH] chore: udpate provenance status jutification note in html report --- src/macaron/output_reporter/templates/macaron.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macaron/output_reporter/templates/macaron.html b/src/macaron/output_reporter/templates/macaron.html index d7fec05a5..a20f4edd7 100644 --- a/src/macaron/output_reporter/templates/macaron.html +++ b/src/macaron/output_reporter/templates/macaron.html @@ -228,9 +228,9 @@
Provenance summary
{% if target.provenances.is_inferred == true %} - Could not find a provenance for this repository. Below is what Macaron has inferred. + Could not find a provenance for the target component. Below is what Macaron has inferred. {% else %} - This is the provenance found for this repository. + This is the provenance found for the target component. {% endif %}