diff --git a/main.go b/main.go index 132b16f..d8ef9eb 100644 --- a/main.go +++ b/main.go @@ -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