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(() => {