diff --git a/src/init.jl b/src/init.jl index e7a0e7c8..54bac3b2 100644 --- a/src/init.jl +++ b/src/init.jl @@ -76,7 +76,7 @@ function __init__() end end - if get(ENV["PLOTS_HOST_DEPENDENCY_LOCAL"], false) == true + if get(ENV, "PLOTS_HOST_DEPENDENCY_LOCAL", "false") == true artifact_toml = joinpath(@__DIR__, "Artifacts.toml") plotly_sha = artifact_hash("plotly", artifact_toml)