Skip to content

Commit 5311db0

Browse files
committed
syntax
1 parent 57b71b5 commit 5311db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dev_downstream.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ failsafe_clone_checkout(path, url, pkg = nothing) = begin
3434
end |> string
3535
LibGit2.checkout!(repo, hash)
3636

37-
toml = if pkg nothing && (fn = joinpath(path, pkg, "Project.toml")) |> isfile # monorepo layout
37+
toml = if pkg nothing && (fn = joinpath(path, pkg, "Project.toml")) |> isfile # monorepo layout
3838
fn
3939
elseif (fn = joinpath(path, "Project.toml")) |> isfile # single package toplevel
4040
fn

0 commit comments

Comments
 (0)