Skip to content

Commit 3f9c082

Browse files
fix get_addable_spec
1 parent 074ee82 commit 3f9c082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Prefix.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ function get_addable_spec(name::AbstractString, version::VersionNumber;
597597
uuid=uuid,
598598
#version=version,
599599
tree_hash=tree_hash_sha1,
600-
repo=Pkg.Types.GitRepo(rev=git_commit_sha, source=valid_url),
600+
rev=git_commit_sha,
601+
url=valid_url,
601602
)
602603
end
603604

0 commit comments

Comments
 (0)