Skip to content

Commit

Permalink
old kw syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Dec 31, 2023
1 parent 0ceb204 commit b7e68b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register.jl
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ function register(
check_and_update_registry_files(pkg, package_repo, tree_hash,
registry_path, registry_deps_paths,
status;
commit_hash, tag_hash, tag_name, subdir)
commit_hash=commit_hash, tag_hash=tag_hash, tag_name=tag_name, subdir=subdir)
haserror(status) && return set_metadata!(regbr, status)

regtreesha = get_registrator_tree_sha()
Expand Down

0 comments on commit b7e68b7

Please sign in to comment.