diff options
-rw-r--r-- | git_config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git_config.py b/git_config.py index 29d89797..a2a739a4 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -414,6 +414,7 @@ def _preconnect(url): | |||
414 | host = m.group(1) | 414 | host = m.group(1) |
415 | return _open_ssh(host, 22) | 415 | return _open_ssh(host, 22) |
416 | 416 | ||
417 | return False | ||
417 | 418 | ||
418 | class Remote(object): | 419 | class Remote(object): |
419 | """Configuration options related to a remote. | 420 | """Configuration options related to a remote. |