From 253825a35e18e5108c7eaf431fc5e448275671e1 Mon Sep 17 00:00:00 2001 From: Waldemar Reusch Date: Tue, 21 Mar 2023 14:48:16 +0100 Subject: [PATCH] fix(download): fix download cache not behaving as expected --- src/bin/tools/downloadAndUnzip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/tools/downloadAndUnzip.ts b/src/bin/tools/downloadAndUnzip.ts index 916709ba..a71391f4 100644 --- a/src/bin/tools/downloadAndUnzip.ts +++ b/src/bin/tools/downloadAndUnzip.ts @@ -74,7 +74,7 @@ async function download(url: string, dir: string, filename: string): Promise