From d269249aebb32465dccf66c030a5993f18e4fbfd Mon Sep 17 00:00:00 2001 From: Bennett Date: Mon, 23 Mar 2020 20:17:29 +0100 Subject: Support new recipe repository hierarchy (#492) --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.babel.js') diff --git a/gulpfile.babel.js b/gulpfile.babel.js index dda198c18..bf3b85083 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -41,7 +41,7 @@ const paths = { tmp: '.tmp', package: `out/${config.version}`, recipes: { - src: 'recipes/*.tar.gz', + src: 'recipes/archives/*.tar.gz', dest: 'build/recipes/', }, recipeInfo: { -- cgit v1.2.3-54-g00ecf