aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/verify-all.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/verify-all.js')
-rw-r--r--scripts/verify-all.js2
1 files changed, 1 insertions, 1 deletions
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) => {
45 // Get recipe infos 45 // Get recipe infos
46 const recipe = recipeInfo.id; 46 const recipe = recipeInfo.id;
47 const recipeNum = all.findIndex(e => e === recipeInfo); 47 const recipeNum = all.findIndex(e => e === recipeInfo);
48 const compressedRecipe = path.join(__dirname, '../', `${recipe}.tar.gz`); 48 const compressedRecipe = path.join(__dirname, '../', 'archives', `${recipe}.tar.gz`);
49 const uncompressedRecipe = path.join(__dirname, '../', 'uncompressed', recipe); 49 const uncompressedRecipe = path.join(__dirname, '../', 'uncompressed', recipe);
50 50
51 // Check that recipe exists 51 // Check that recipe exists