From 2afc41a9f481c7326b047434c1e7680f18a52c9c Mon Sep 17 00:00:00 2001
From: cronekorkn <git@ckn.li>
Date: Tue, 3 Jan 2023 14:55:45 +0100
Subject: [PATCH] nextcloud config quotes

---
 bundles/nextcloud/files/managed.config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundles/nextcloud/files/managed.config.php b/bundles/nextcloud/files/managed.config.php
index 57a2299..e34802d 100644
--- a/bundles/nextcloud/files/managed.config.php
+++ b/bundles/nextcloud/files/managed.config.php
@@ -40,5 +40,5 @@ $CONFIG = array (
   "loglevel" => 3,
   "default_phone_region" => "DE",
   "versions_retention_obligation" => "auto, 90",
-  'simpleSignUpLink.shown' => false,
+  "simpleSignUpLink.shown" => false,
 );