From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 19:57:02 +0000 (+0100) Subject: Fix manifest to install config from recipe X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/6e4bbb121d51a7ee6ad33e2f4f606a9e1c62bc0e Fix manifest to install config from recipe --- 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%/" } }