Skip to content

Commit f7b0e71

Browse files
committed
fix typo
1 parent a3a1d55 commit f7b0e71

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
@@ -588,7 +588,7 @@ yggdrasil_head() = get(ENV, "BUILDKITE_COMMIT", "")
588588

589589
function register_jll(name, build_version, dependencies, julia_compat;
590590
deploy_repo="JuliaBinaryWrappers/$(namejll(name)).jl",
591-
code_dir=_code_dir(name),
591+
code_dir=codedir(name),
592592
gh_auth=Wizard.github_auth(;allow_anonymous=false),
593593
gh_username=gh_get_json(DEFAULT_API, "/user"; auth=gh_auth)["login"],
594594
augment_platform_block::String="",

0 commit comments

Comments
 (0)