Skip to content

Commit

Permalink
Update updateArtifacts.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Mar 21, 2024
1 parent 7917a97 commit f548382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/julia/updateArtifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ data = Dict(
),
)

open("julia/Artifacts.toml", "w") do io
open("clients/julia/Artifacts.toml", "w") do io
TOML.print(io, data)
end

0 comments on commit f548382

Please sign in to comment.