Skip to content

Commit 493f934

Browse files
authored
Update base.py
1 parent 3470fb3 commit 493f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/repo/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def __init__(
182182
The path to either the root git directory or the bare git repo::
183183
184184
repo = Repo("/Users/mtrier/Development/git-python")
185-
repo = Repo("/Users/mtrier/Development/git-python.git")
185+
repo = Repo("/Users/mtrier/Development/git-python/.git")
186186
repo = Repo("~/Development/git-python.git")
187187
repo = Repo("$REPOSITORIES/Development/git-python.git")
188188
repo = Repo(R"C:\Users\mtrier\Development\git-python\.git")

0 commit comments

Comments
 (0)