Browse Source

Fix missing return statement

master
GeertJohan 10 years ago
parent
commit
d3f8a12f51
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      main.go

+ 1
- 0
main.go View File

@@ -139,6 +139,7 @@ func handler(resp http.ResponseWriter, req *http.Request) {
repo.Version, ok = parseVersion(m[3])
if !ok {
sendNotFound(resp, "Version %q improperly considered invalid; please warn the service maintainers.", m[3])
return
}

repo.HubRoot = repo.GitRoot


Loading…
Cancel
Save