From 9177b149d34a7f893ff2576d4afb4008210eac4b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 29 Dec 2018 23:08:44 +0100 Subject: [PATCH] chg: [build] fix table generation --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 6711eac..04f14f1 100644 --- a/build.sh +++ b/build.sh @@ -54,6 +54,7 @@ exiftool -overwrite_original_in_place -Title="MISP Training and Slide Decks" -Au rm table.md echo "| Slides (PDF) | Source Code |">>table.md +echo "| ------------ | ----------- |">>table.md for t in ${slidedecks[@]}; do echo "| [${t}](https://www.misp-project.org/misp-training/${t}.pdf) | [source](https://github.com/MISP/misp-training/tree/master/${t}) |" >>table.md done