From 5932bddb836e9c34c2d9fe61353e3c4b3c23e912 Mon Sep 17 00:00:00 2001 From: Ashley Coleman Date: Tue, 13 Aug 2024 15:38:23 -0600 Subject: [PATCH] Update share/wake/lib/system/http.wake Co-authored-by: Colin Schmidt --- share/wake/lib/system/http.wake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/wake/lib/system/http.wake b/share/wake/lib/system/http.wake index 5c3824a24..de6a2c97e 100644 --- a/share/wake/lib/system/http.wake +++ b/share/wake/lib/system/http.wake @@ -305,7 +305,7 @@ export def makeBinaryRequest (request: HttpRequest): Result Path Error = # it from being overwritten. To work around this we need for force remove the file before # downloading over the path. After removing the file, it is touched so that the job always # outputs a file even if curl fails to download the target. Without this wake-hash fails to - # hash a non-existant file. + # hash a non-existant file, in the curl failure case. def cleanupScript = """ rm -f %{destination}