From 0c038b9f67fcd38579cbbffc7e14e86d7276e3e8 Mon Sep 17 00:00:00 2001 From: Nabil Mohammed Nalakath <32065631+nabilnalakath@users.noreply.github.com> Date: Sun, 29 Sep 2024 02:19:19 +0530 Subject: [PATCH] Update mkbsd.js --- mkbsd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkbsd.js b/mkbsd.js index eb84bc7..52c5bbc 100644 --- a/mkbsd.js +++ b/mkbsd.js @@ -26,7 +26,7 @@ async function main() { throw new Error('⛔ JSON does not have a "data" property at its root.'); } - const downloadDir = path.join(__dirname, 'downloads-1'); + const downloadDir = path.join(__dirname, 'downloads'); if (!fs.existsSync(downloadDir)) { fs.mkdirSync(downloadDir); console.info(`📁 Created directory: ${downloadDir}`);