From 8970a7de4dd3c79cb7b50b11433657e95aa7828b Mon Sep 17 00:00:00 2001
From: kreynen <kreynen@gmail.com>
Date: Tue, 20 Mar 2018 10:34:01 -0600
Subject: [PATCH] Update config.php

This is minor, but if a comma is required when this is enabled the template should reflect that.
---
 config-templates/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 5833e48eb..1b81d05e3 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -48,7 +48,7 @@ $config = array(
          * need to compute the right URLs yourself and pass them dynamically
          * to SimpleSAMLphp's API.
          */
-        //'baseURL' => 'https://example.com'
+        //'baseURL' => 'https://example.com',
     //),
 
     /*
-- 
GitLab