Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 7, 2024
1 parent 3c85173 commit 3dfd800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/downstream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fake_supported_version!(path) = begin
toml = joinpath(path, "Project.toml")
# fake the supported Plots version for testing (for `Pkg.develop`)
Plots_version =
Pkg.Types.read_package(normpath(@__DIR__, "..""Project.toml")).version
Pkg.Types.read_package(normpath(@__DIR__, "..", "Project.toml")).version
parsed_toml = TOML.parse(read(toml, String))
parsed_toml["compat"]["Plots"] = string(Plots_version)
open(toml, "w") do io
Expand Down

0 comments on commit 3dfd800

Please sign in to comment.