Skip to content

Commit

Permalink
Merge pull request #43 from JuliaPluto/toml-sprint
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd authored Feb 21, 2024
2 parents a0241e3 + 495e29f commit 58f81ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/local_plotly_library.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ $pluto_path") : continue)
end

function update_versions_file()
open(VERSIONS_PATH, "w") do io
write(VERSIONS_PATH, sprint() do io
TOML.print(io, VERSIONS_DICT[])
end
end)
end
function get_esm_url(v)
v = string(v)
Expand Down

0 comments on commit 58f81ad

Please sign in to comment.