Skip to content

Commit

Permalink
fix: pass git.Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Dec 13, 2024
1 parent e7ddb73 commit fa655d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def clone_into(
os.unlink(tmp_id.name)

return GitHelper(
repo=repo,
repo=git.Repo(target_directory),
git_cfg=git_cfg,
)

Expand Down

0 comments on commit fa655d3

Please sign in to comment.