From e057097aa42168a502f168b211fd8cfd52f85eec Mon Sep 17 00:00:00 2001 From: Tom Stein <tom.stein@tu-dortmund.de> Date: Wed, 22 Jun 2022 18:43:27 +0000 Subject: [PATCH] fix: duplicate execution of program-info-bot --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index ded772c1..df7b42c8 100755 --- a/run.sh +++ b/run.sh @@ -40,6 +40,6 @@ Subject: Programm-Info-Bot Content-Type: text/plain; charset=UTF-8 To: ${TO_MAIL} -$(preview) +$(PREVIEW_TEXT) EOF ) | msmtp ${MSMTP_ARGUMENTS} ${TO_MAIL} -- GitLab