From 383801b79f82f0d3f5ac2b780e2f5681dc152e6d Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Date: Wed, 9 Sep 2020 19:39:31 +0200
Subject: [PATCH] fix mail body

---
 run.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/run.sh b/run.sh
index f1769468..e3fa98c4 100755
--- a/run.sh
+++ b/run.sh
@@ -32,7 +32,8 @@ then
 Subject: Programm-Info-Bot
 Content-Type: text/plain; charset=UTF-8
 To: ${TO_MAIL}
-$(preview)"
+
+$(preview)
 EOF
 ) |  msmtp ${MSMTP_ARGUMENTS} ${TO_MAIL}
 
-- 
GitLab