From 2eac24b9a576e19ec44e13b4d83be42eded9b1e5 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Mon, 3 Feb 2025 15:42:19 +0100
Subject: [PATCH] Goik lectures directory rather than Exam

---
 AuswertungKlausur/noten.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AuswertungKlausur/noten.sh b/AuswertungKlausur/noten.sh
index 33641d12..279292e6 100755
--- a/AuswertungKlausur/noten.sh
+++ b/AuswertungKlausur/noten.sh
@@ -18,7 +18,7 @@ declare -a MARKERS=("Task 1" "Task 2")
 #--------------------------------------------------------------------------------------------
 
 # The original examination project skeleton
-PROJECTREF=~/Projects/Exam/Sd1/$TERM/Exam
+PROJECTREF=~/GoikLectures/Klausuren/Sd1/$TERM/Exam
 
 # The executable jar archive containing unit tests
 TESTJAR=sd1_${TERM}_exam-0.9-fat-tests.jar
-- 
GitLab