Skip to content

Commit

Permalink
🔧 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sech1p committed Sep 4, 2024
1 parent e4fffa6 commit 8516c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 8516c40

Please sign in to comment.