Ver a proveniência

Fix missing return statement

master
GeertJohan há 10 anos
ascendente
cometimento
d3f8a12f51
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      main.go

+ 1
- 0
main.go Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar