From 8516c40bacd77919a24d2455afcac3bcaee0b38a Mon Sep 17 00:00:00 2001 From: sech1p Date: Wed, 4 Sep 2024 13:57:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 8cdcf66..52e71f6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -238,7 +238,7 @@ const main = async (_arguments: string[]) => { .then((exists) => { if (exists) { const file = createWriteStream("/tmp/baby_blahaj.jpg"); - get(BLAHAJ_URL, response => { + get(BABY_BLAHAJ_URL, response => { response.pipe(file); file.on("finish", () => { file.close(() => {