From abd016ec3261bc1ecc48855fd0d0fdba6bb626af Mon Sep 17 00:00:00 2001
From: psy <psy@darmstadt.ccc.de>
Date: Thu, 10 Dec 2020 17:52:43 +0100
Subject: [PATCH] add missing endif

---
 templates/gitlab.rb.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/gitlab.rb.j2 b/templates/gitlab.rb.j2
index e8e9cb1..74676f1 100644
--- a/templates/gitlab.rb.j2
+++ b/templates/gitlab.rb.j2
@@ -653,6 +653,7 @@ gitlab_rails['registry_enabled'] = true
 
 {% if gitlab.registry_path %}
 gitlab_rails['registry_path'] = "{{ gitlab.registry_path }}"
+{% endif %}
 
 # Notification secret, it's used to authenticate notification requests to GitLab application
 # You only need to change this when you use external Registry service, otherwise
-- 
GitLab