From 3c4e00e9eae0adba399cee91fadf76ad7127c7da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 25 Oct 2019 19:12:08 +0200 Subject: [PATCH] Fix manifest to install from package instead of recipe --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 865f011..24cfc17 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "container": { "locale": "en" }, - "copy-from-recipe": { + "copy-from-package": { "config/": "%CONFIG_DIR%/" } } -- 2.41.0