Skip to content

Commit ad07d3e

Browse files
committed
use absolute path
1 parent 2702bb7 commit ad07d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlotlyLight.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export Plot, Config
1111

1212
#-----------------------------------------------------------------------------# plotly.js artifact
1313
plotlyjs = let
14-
artifacts_toml = joinpath(@__DIR__, "..", "Artifacts.toml")
14+
artifacts_toml = abspath(joinpath(@__DIR__, "..", "Artifacts.toml"))
1515
plotlylatest_hash = artifact_hash("plotlylatest", artifacts_toml)
1616

1717
if isnothing(plotlylatest_hash) || !artifact_exists(plotlylatest_hash)

0 commit comments

Comments
 (0)