Skip to content

Commit

Permalink
fix _tryonce_download_from_cache (busybox.exe download error) (#51531)
Browse files Browse the repository at this point in the history
(cherry picked from commit ca862df)
  • Loading branch information
IanButterworth authored and nalimilan committed Nov 5, 2023
1 parent 01e6aa9 commit 36ed353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spawn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lscmd = `ls`
havebb = false

function _tryonce_download_from_cache(desired_url::AbstractString)
cache_url = "https://cache.julialang.org/foo/$(desired_url)"
cache_url = "https://cache.julialang.org/$(desired_url)"
cache_output_filename = joinpath(mktempdir(), "myfile")
cache_response = Downloads.request(
cache_url;
Expand Down

0 comments on commit 36ed353

Please sign in to comment.