Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit a88164e

Browse files
committed
Notice about empty rows added to report summary table.
2 parents 13bb8a4 + 05c39cc commit a88164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ glue_md_reports() {
890890

891891
tableOfContents=""
892892
content=""
893-
summaryTable="\n---\n### Issues found ###\n\n|Report|P1|P2|P3|\n|-----|---|---|---|"
893+
summaryTable="\n---\n### Issues found ###\n\nThe empty lines represent reports for which Conclusions and Recommendations are not yet implemented.\n\n|Report|P1|P2|P3|\n|-----|---|---|---|"
894894
echo "" >> "${out_fname}"
895895
echo "<a name=\"postgres-checkup_top\">&nbsp;</a>" >> "${out_fname}"
896896
echo "### Table of contents ###" >> "${out_fname}"

0 commit comments

Comments
 (0)