From e1af8ee66ef21ac9e0fac4379d7836b3338b8343 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Thu, 13 Oct 2022 15:06:50 +0200 Subject: [PATCH] fix: Fix incorrect config import --- config/util/auxiliary/no-acl.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/util/auxiliary/no-acl.json b/config/util/auxiliary/no-acl.json index aec657d8c..1fab7c356 100644 --- a/config/util/auxiliary/no-acl.json +++ b/config/util/auxiliary/no-acl.json @@ -1,9 +1,8 @@ { "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld", "import": [ - "files-scs:config/util/auxiliary/strategies/meta.json" + "css:config/util/auxiliary/strategies/meta.json" ], - "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld", "@graph": [ { "comment": "This will contain references to all the auxiliary strategies (such as the acl one) if they are needed.",