From fe1975064446121a6d1f6c709b1a31c30aaa121a Mon Sep 17 00:00:00 2001
From: Angelina Filippova <linakirsanova@gmail.com>
Date: Wed, 30 Sep 2020 00:49:08 +0300
Subject: [PATCH] Fix comma typo

---
 config/description.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/description.exs b/config/description.exs
index 14478a119..dd9e46c08 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -44,7 +44,7 @@ frontend_options = [
   },
   %{
     key: "git",
-    label: "Git Repository URL"
+    label: "Git Repository URL",
     type: :string,
     description: "URL of the git repository of the frontend"
   },
-- 
2.49.0