aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index a083166..5af08fd 100755
--- a/index.cgi
+++ b/index.cgi
@@ -75,7 +75,7 @@ def parse_pts_xhtml(pts):
def get_vcsbrowser(vcs, vcs_url):
if vcs == "git":
- return vcsbrowsers.GitWebBrowser(vcs_url)
+ return vcsbrowsers.guess_git_repo(vcs_url)
elif vcs == "Mercurial":
return vcsbrowsers.HgBrowser(vcs_url)