Skip to content

Commit 2201f99

Browse files
committed
!squash
1 parent 9c4e999 commit 2201f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libvcs/cmd/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,7 @@ def __init__(self, *, path: StrPath, cmd: Optional[Git] = None) -> None:
29842984
'fatal: not a git repository (or any of the parent directories): .git'
29852985
29862986
>>> GitBranchCmd(path=git_local_clone.path).run(quiet=True)
2987-
''
2987+
'* master'
29882988
"""
29892989
#: Directory to check out
29902990
self.path: pathlib.Path

0 commit comments

Comments
 (0)