We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b71b5 commit 5311db0Copy full SHA for 5311db0
test/dev_downstream.jl
@@ -34,7 +34,7 @@ failsafe_clone_checkout(path, url, pkg = nothing) = begin
34
end |> string
35
LibGit2.checkout!(repo, hash)
36
37
- toml = if pkg ≠ nothing && (fn = joinpath(path, pkg, "Project.toml")) |> isfile # monorepo layout
+ toml = if pkg ≢ nothing && (fn = joinpath(path, pkg, "Project.toml")) |> isfile # monorepo layout
38
fn
39
elseif (fn = joinpath(path, "Project.toml")) |> isfile # single package toplevel
40
0 commit comments