diff --git a/source/_ext/cookbook/github.py b/source/_ext/cookbook/github.py index b01851e6f..1498bce49 100644 --- a/source/_ext/cookbook/github.py +++ b/source/_ext/cookbook/github.py @@ -82,5 +82,6 @@ def get_tag_matching_installed_version(repo: str) -> str: return version else: raise ValueError( - f"Could not find tag for version {version}; found tags {tagnames}" + f"Could not find tag for version {version} of repo {repo}; " + f"found tags {tagnames}" )