From b8d6d28633c887f034663f9f29f70a87a461994e Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 14 Jul 2021 14:17:09 +0200
Subject: [PATCH] fix faulty json in nextcloud-config.yaml

---
 templates/nextcloud-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/nextcloud-config.yaml b/templates/nextcloud-config.yaml
index 250f6051..88ee2133 100644
--- a/templates/nextcloud-config.yaml
+++ b/templates/nextcloud-config.yaml
@@ -22,7 +22,7 @@ data:
           "sameTab": "false",
           "settings_error": "",
           "types": "filesystem",
-          "customizationForcesave": "true",
+          "customizationForcesave": "true"
         }
       }
     }
-- 
GitLab