From 36c3de2ffc62620d3e8451451fe443cade2a49b4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 26 Nov 2023 08:16:02 +0000 Subject: [PATCH] f: move cacher functions --- _webi/lint-builds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_webi/lint-builds.js b/_webi/lint-builds.js index a3ade95..f74e51d 100644 --- a/_webi/lint-builds.js +++ b/_webi/lint-builds.js @@ -90,7 +90,7 @@ async function main() { // } // process.exit(0); - let dirs = await BuildsCacher.getPackages(INSTALLERS_DIR); + let dirs = await bc.getPackages(); showDirs(dirs); console.info('');