Skip to content

Commit c693cce

Browse files
committed
[AutoBuild] Fix typo
1 parent 696d9f9 commit c693cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ function register_jll(name, build_version, dependencies, julia_compat;
465465
cache = RegistryTools.RegistryCache(joinpath(Pkg.depots1(), "registries_binarybuilder"))
466466
registry_url = "https://$(gh_username):$(gh_auth.token)@github.com/JuliaRegistries/General"
467467
cache.registries[registry_url] = Base.UUID("23338594-aafe-5451-b93e-139f81909106")
468-
project = Pkg.Types.Project(build_project_dict(name, build_version, dependencies, julia_compat; lazy_artifact=lazy_artifact))
468+
project = Pkg.Types.Project(build_project_dict(name, build_version, dependencies, julia_compat; lazy_artifacts=lazy_artifacts))
469469
errors = setdiff(RegistryTools.registrator_errors, [:version_less_than_all_existing])
470470
reg_branch = RegistryTools.register(
471471
"https://github.com/$(deploy_repo).git",

0 commit comments

Comments
 (0)