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

index 7550485dc5e53ff05df139aa184be2d745b5e393..2d7d2c9a76a1e9a1c0f36d41c5487c61bccf7cd8 100644 (file)
@@ -2,7 +2,7 @@
        "bundles": {
                "Rapsys\\PackBundle": ["all"]
        },
-       "copy-from-recipe": {
+       "copy-from-package": {
                "config/": "%CONFIG_DIR%/"
        }
 }