Skip to content

Commit 79f9d26

Browse files
committed
Fix in Repository.clone
1 parent a6b9b91 commit 79f9d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitfs/repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def clone(cls, remote_url, path, branch=None, credentials=None):
186186
clone. The default is to use the remote's default branch.
187187
188188
"""
189+
189190
hasExistingRepo = False
190191
try:
191192
existingRepoPath = discover_repository(path)

0 commit comments

Comments
 (0)