From c5699a079cf63ce2194e898bad9f3cdeb677835b Mon Sep 17 00:00:00 2001 From: Gabriel BONDAZ Date: Tue, 4 May 2021 18:43:41 +0200 Subject: [PATCH] Fix wrong bundle path --- idci/keycloak-security-bundle/1.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idci/keycloak-security-bundle/1.0/manifest.json b/idci/keycloak-security-bundle/1.0/manifest.json index 78d14f91..bf0cecb5 100644 --- a/idci/keycloak-security-bundle/1.0/manifest.json +++ b/idci/keycloak-security-bundle/1.0/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "IDCI\\Bundle\\KeycloakSecurityBundle": ["all"] + "IDCI\\Bundle\\KeycloakSecurityBundle\\IDCIKeycloakSecurityBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/"