]> Raphaël G. Git Repositories - recipe/commitdiff
Fix manifest to install config from recipe
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 19:57:02 +0000 (20:57 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 19:57:02 +0000 (20:57 +0100)
rapsys/userbundle/master/manifest.json

index 724952c5c50ae1386a0137100e7243e13cc322f6..2f33039d242c3242fb0c1f00e284f9fd46993722 100644 (file)
@@ -1,8 +1,8 @@
 {
        "bundles": {
-               "Rapsys\\UserBundle": ["all"]
+               "Rapsys\\UserBundle\\RapsysUserBundle": ["all"]
        },
-       "copy-from-package": {
+       "copy-from-recipe": {
                "config/": "%CONFIG_DIR%/"
        }
 }