Skip to content

Commit

Permalink
Fix get_repo_vendor to only return currently supported vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
tombreit committed Jan 12, 2024
1 parent 6f667fb commit 6d3fe22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mkdocs_git_latest_changes_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def get_repo_vendor(url: str) -> str:
log.warning(
f"Repository config.repo_vendor '{hostname}' not supported. Only '{', '.join(SUPPORTED_REMOTE_REPOS.keys())}' supported. Commit hashes and filepaths will not be linkified."
)
hostname = ""

return hostname

Expand Down

0 comments on commit 6d3fe22

Please sign in to comment.