Skip to content

Commit

Permalink
Fixup because the nightly url on julialang.org has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Dec 16, 2023
1 parent b4857fc commit 611abff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpdateJulia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function v_url(version_str, os_str, arch_str, prefer_gui)
os_append = os_str == "winnt" ? "win" : os_str
extension = @static Sys.iswindows() ? (prefer_gui ? "exe" : "zip") : (@static Sys.isapple() ? "dmg" : "tar.gz")

nightly_version[], "https://julialangnightlies-s3.julialang.org/bin/$os_str/$arch_dir/julia-latest-$os_append$arch_append.$extension"
nightly_version[], "https://julialangnightlies-s3.julialang.org/bin/$os_str/$arch_dir/julia-latest-$os_append-$arch_append.$extension"
else
v = latest(version_str)
v == nightly_version[] && return v_url("nightly", os_str, arch_str, prefer_gui)
Expand Down

0 comments on commit 611abff

Please sign in to comment.