]> Raphaël G. Git Repositories - userbundle/commitdiff
Fix manifest to install from package instead of recipe
authorRaphaël Gertz <git@rapsys.eu>
Fri, 25 Oct 2019 17:11:23 +0000 (19:11 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 25 Oct 2019 17:11:51 +0000 (19:11 +0200)
manifest.json

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