From 72d2d097ccf00771653bd872e6ed0fb081d79ed5 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Mon, 23 Mar 2020 20:10:48 +0100 Subject: Move archives into seperate sub-folder --- scripts/verify-all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/verify-all.js') diff --git a/scripts/verify-all.js b/scripts/verify-all.js index fe7eefc..f8702b3 100644 --- a/scripts/verify-all.js +++ b/scripts/verify-all.js @@ -45,7 +45,7 @@ process.on('unhandledRejection', (error) => { // Get recipe infos const recipe = recipeInfo.id; const recipeNum = all.findIndex(e => e === recipeInfo); - const compressedRecipe = path.join(__dirname, '../', `${recipe}.tar.gz`); + const compressedRecipe = path.join(__dirname, '../', 'archives', `${recipe}.tar.gz`); const uncompressedRecipe = path.join(__dirname, '../', 'uncompressed', recipe); // Check that recipe exists -- cgit v1.2.3-54-g00ecf