You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/09/09 19:32:42 UTC

[sling-org-apache-sling-karaf-configs] 01/02: fix json configuration format

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git

commit c9c73215e290744ab6c878eaa22413de9a83f620
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Sep 9 21:14:59 2021 +0200

    fix json configuration format
---
 ...apache.sling.jcr.repoinit.RepositoryInitializer~sling-cms.json | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/cms/org.apache.sling.jcr.repoinit.RepositoryInitializer~sling-cms.json b/src/main/resources/cms/org.apache.sling.jcr.repoinit.RepositoryInitializer~sling-cms.json
index a89e493..65d57d2 100644
--- a/src/main/resources/cms/org.apache.sling.jcr.repoinit.RepositoryInitializer~sling-cms.json
+++ b/src/main/resources/cms/org.apache.sling.jcr.repoinit.RepositoryInitializer~sling-cms.json
@@ -1,3 +1,5 @@
-references=[\
-  "classpath:cms/sling-cms.txt"\
-]
+{
+  "references": [
+    "classpath:cms/sling-cms.txt"
+  ]
+}