From 6e4bbb121d51a7ee6ad33e2f4f606a9e1c62bc0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 20:57:02 +0100 Subject: [PATCH] Fix manifest to install config from recipe --- rapsys/userbundle/master/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapsys/userbundle/master/manifest.json b/rapsys/userbundle/master/manifest.json index 724952c..2f33039 100644 --- a/rapsys/userbundle/master/manifest.json +++ b/rapsys/userbundle/master/manifest.json @@ -1,8 +1,8 @@ { "bundles": { - "Rapsys\\UserBundle": ["all"] + "Rapsys\\UserBundle\\RapsysUserBundle": ["all"] }, - "copy-from-package": { + "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } } -- 2.41.0