From 77a06b323e3503ea43d4cb95d23a8195b5b23e95 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Fri, 12 Aug 2022 16:17:51 +0200 Subject: [PATCH] quote banner value --- hooks/templates/config_custom.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/templates/config_custom.php.erb b/hooks/templates/config_custom.php.erb index 44582499..7cd0f50e 100644 --- a/hooks/templates/config_custom.php.erb +++ b/hooks/templates/config_custom.php.erb @@ -26,7 +26,7 @@ return [ 'debugLevel' => 0, ] ], - 'banner' => <%= @replace["banner"] %>, + 'banner' => '<%= @replace["banner"] %>', // ---------------------------------------------------------------------- -- GitLab