Skip to content

Commit

Permalink
Update share/wake/lib/system/http.wake
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Schmidt <colin.schmidt@sifive.com>
  • Loading branch information
V-FEXrt and colinschmidt authored Aug 13, 2024
1 parent 605fd90 commit 5932bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/wake/lib/system/http.wake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5932bdd

Please sign in to comment.