Explorar el Código

Fix missing return statement

master
GeertJohan hace 10 años
padre
commit
d3f8a12f51
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      main.go

+ 1
- 0
main.go Ver fichero

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


Cargando…
Cancelar
Guardar