Skip to content

Commit 532ccb7

Browse files
authored
Add missing Wizard namespace in register_jll (#897)
1 parent e049b66 commit 532ccb7

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
@@ -484,7 +484,7 @@ function register_jll(name, build_version, dependencies, julia_compat;
484484
* Version: v$(build_version)
485485
"""
486486
)
487-
create_or_update_pull_request("JuliaRegistries/General", params; auth=gh_auth)
487+
Wizard.create_or_update_pull_request("JuliaRegistries/General", params; auth=gh_auth)
488488
end
489489
end
490490

0 commit comments

Comments
 (0)