From: Raphaƫl Gertz <git@rapsys.eu>
Date: Fri, 25 Oct 2019 17:11:23 +0000 (+0200)
Subject: Fix manifest to install from package instead of recipe
X-Git-Tag: 0.0.2~9
X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/cbf360aaec8f8bbdd6a113fd772def04411acb67?ds=inline

Fix manifest to install from package instead of recipe
---

diff --git a/manifest.json b/manifest.json
index 1bd0882..724952c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
 	"bundles": {
 		"Rapsys\\UserBundle": ["all"]
 	},
-	"copy-from-recipe": {
+	"copy-from-package": {
 		"config/": "%CONFIG_DIR%/"
 	}
 }