We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487ef41 commit 5d03564Copy full SHA for 5d03564
src/libvcs/sync/git.py
@@ -73,7 +73,7 @@ class GitRemoteRefNotFound(exc.CommandError):
73
74
def __init__(self, git_tag: str, ref_output: str, *args: object) -> None:
75
return super().__init__(
76
- f"Could not fetch remote in refs/remotes/{git_tag}:Output: {ref_output}",
+ f"Could not fetch remote in refs/remotes/{git_tag}. Output: {ref_output}",
77
)
78
79
0 commit comments