From a05d6992ccc9b147c9d7958b4fdd8d04d9c57918 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 4 Sep 2024 14:48:11 +0200
Subject: [PATCH] add closing bracket in config template

---
 hooks/templates/config_custom.php.erb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hooks/templates/config_custom.php.erb b/hooks/templates/config_custom.php.erb
index 913d8691..e128b89b 100644
--- a/hooks/templates/config_custom.php.erb
+++ b/hooks/templates/config_custom.php.erb
@@ -131,7 +131,8 @@ return [
 
         // limit access to appmonitor client to specific token
         "token" => [<%= @replace["appmonitor-token"] %>],
-    
+
+    ],
 
     // ----------------------------------------------------------------------    
 
-- 
GitLab