Skip to content

Commit

Permalink
index: push: fix transfer arguments (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Sep 20, 2023
1 parent 1672e69 commit bb6affd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dvc_data/index/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ def push(
if entry.hash_info
],
jobs=jobs,
src_index=get_index(cache.odb),
dest_index=get_index(data.odb),
cache_odb=data.odb,
verify=cache.odb.verify,
validate_status=_log_missing,
callback=cb,
)
Expand Down

0 comments on commit bb6affd

Please sign in to comment.