Skip to content

Commit b7e68b7

Browse files
committed
old kw syntax
1 parent 0ceb204 commit b7e68b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/register.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ function register(
676676
check_and_update_registry_files(pkg, package_repo, tree_hash,
677677
registry_path, registry_deps_paths,
678678
status;
679-
commit_hash, tag_hash, tag_name, subdir)
679+
commit_hash=commit_hash, tag_hash=tag_hash, tag_name=tag_name, subdir=subdir)
680680
haserror(status) && return set_metadata!(regbr, status)
681681

682682
regtreesha = get_registrator_tree_sha()

0 commit comments

Comments
 (0)