Skip to content

Commit

Permalink
Fix repository split
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent c32c038 commit b17bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_contributor_table(
contribution_count = collaborator.contribution_count
if repository:
commit_urls = collaborator.commit_url
if organization or len(organization.split(',')) > 1:
if organization or len(repository.split(',')) > 1:
# split the urls from the comma separated list and make them into markdown links
commit_url_list = collaborator.commit_url.split(",")
commit_urls = ""
Expand Down

0 comments on commit b17bda7

Please sign in to comment.