Skip to content

Commit cd8a9d9

Browse files
committed
💀
1 parent e8e82f5 commit cd8a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Operations.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function collect_fixed!(env::EnvCache, pkgs::Vector{PackageSpec}, names::Dict{UU
322322
# ensure revved package is installed
323323
Types.handle_repo_add!(Types.Context(env=env), pkg)
324324
end
325-
path = project_rel_path(env, source_path(env.project_file, pkg))
325+
path = project_rel_path(env, source_path(env.manifest_file, pkg))
326326
if !isdir(path)
327327
pkgerror("expected package $(err_rep(pkg)) to exist at path `$path`")
328328
end

0 commit comments

Comments
 (0)