Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repos.py b/repos.py
index 2595de7..3b1be19 100644
--- a/repos.py
+++ b/repos.py
@@ -21,7 +21,7 @@ def get_by_url(url):
return repo
if url.startswith("https://github.com"):
- if repo.url == url.replace("https://", "git://"):
+ if repo.url == url.replace("git://", "https://"):
return repo
return None