Skip to content

Commit

Permalink
rename depot tmp dir to temp (#4183)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Mar 7, 2025
1 parent 60e3185 commit c0ba694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ function install_archive(
version_path::String;
io::IO=stderr_f()
)::Bool
depot_temp = mkpath(joinpath(dirname(dirname(dirname(version_path))), "tmp"))
depot_temp = mkpath(joinpath(dirname(dirname(dirname(version_path))), "temp"))
tmp_objects = String[]
url_success = false
for (url, top) in urls
Expand Down

0 comments on commit c0ba694

Please sign in to comment.