From 80123e1839ed3f071cec9204f0538ed41a06808e Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 15 Oct 2020 22:06:40 +0200 Subject: [PATCH] fix condition --- src/init.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.jl b/src/init.jl index 39fc4050..9716b64c 100644 --- a/src/init.jl +++ b/src/init.jl @@ -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)