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 <[email protected]> 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" + ] +}
