Skip to content

Commit d3e3aaf

Browse files
committed
small update to build
1 parent 221a1a7 commit d3e3aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DepotDelivery.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
startup_script(name) = """
6666
import Pkg
6767
let
68-
depot = joinpath(@__DIR__, "..")
68+
depot = abspath(joinpath(@__DIR__, ".."))
6969
ENV["JULIA_DEPOT_PATH"] = depot
7070
push!(empty!(DEPOT_PATH), depot)
7171
@info "Initializing Depot `\$depot` with project `$name`."

0 commit comments

Comments
 (0)