From 00034980325336beab0dca54ecc244343c4436cb Mon Sep 17 00:00:00 2001 From: Gabriel BONDAZ Date: Tue, 4 May 2021 18:39:52 +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 8e84a044..78d14f91 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": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/"