From e5e58f1cad7bddeeb861fcbc05917ef9bef94ddd Mon Sep 17 00:00:00 2001
From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de>
Date: Sat, 7 Oct 2023 10:12:30 +0200
Subject: [PATCH] fix bug

---
 Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb b/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb
index 642f775b..1668c2d8 100644
--- a/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb
+++ b/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb
@@ -54,8 +54,8 @@ Attention: This software is RESTRICTED to ACADEMIC users who are members of the
 """
 
 modextravars = {
-    'MATLAB_ROOT': '%(installdir)s'
-    'MLM_LICENSE_FILE': '27000@zam2076.zam.kfa-juelich.de'
+    'MATLAB_ROOT': '%(installdir)s',
+    'MLM_LICENSE_FILE': '27000@zam2076.zam.kfa-juelich.de',
 }
 
 sanity_check_paths = {
-- 
GitLab