Skip to content

Commit ffc86c5

Browse files
fredrikekreKristofferC
authored andcommitted
fix typo in handle_repos_add! (#524)
1 parent ec9e5cf commit ffc86c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Pkg/src/Types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ function handle_repos_add!(ctx::Context, pkgs::AbstractVector{PackageSpec}; upgr
563563
@assert git_tree isa LibGit2.GitTree
564564
pkg.repo.git_tree_sha1 = SHA1(string(LibGit2.GitHash(git_tree)))
565565
version_path = nothing
566-
folder_alreay_downloaded = false
566+
folder_already_downloaded = false
567567
if has_uuid(pkg) && has_name(pkg)
568568
version_path = Pkg.Operations.find_installed(pkg.name, pkg.uuid, pkg.repo.git_tree_sha1)
569569
isdir(version_path) && (folder_already_downloaded = true)

0 commit comments

Comments
 (0)