Skip to content

Commit

Permalink
[FIX] Harve: use the ssh url instead of the git one
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Oct 22, 2023
1 parent f5bee83 commit ccf834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ REMOTE = """\
def forks(repo):
print(REMOTE.format(remote=repo.full_name, url=repo.git_url))
print(REMOTE.format(remote=repo.full_name, url=repo.ssh_url))
if not repo.forks_count:
return
for frk in repo.get_forks():
Expand Down

0 comments on commit ccf834f

Please sign in to comment.