From: Raphaƫl Gertz Date: Fri, 25 Oct 2019 17:12:35 +0000 (+0200) Subject: Fix manifest to install from package instead of recipe X-Git-Tag: 0.1.0~5 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/e1691b8176230300e530874acc931272a0db79d4 Fix manifest to install from package instead of recipe --- diff --git a/manifest.json b/manifest.json index 7550485..2d7d2c9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "bundles": { "Rapsys\\PackBundle": ["all"] }, - "copy-from-recipe": { + "copy-from-package": { "config/": "%CONFIG_DIR%/" } }