fix condition

This commit is contained in:
Simon Christ 2020-10-15 22:06:40 +02:00
parent 0cae99875c
commit 80123e1839

View File

@ -77,7 +77,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)