1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-29 15:54:06 +00:00
This commit is contained in:
Lunny Xiao 2014-03-25 23:13:40 +08:00
parent 4e88ae19d1
commit 20ec459b93

View File

@ -217,6 +217,7 @@ func runServ(k *cli.Context) {
}
time.Sleep(time.Second)
log.Info(s)
// find push reference name
var t = "ok refs/heads/"
@ -235,7 +236,7 @@ func runServ(k *cli.Context) {
}
}
if refname == "" {
println("No find any reference name:", b.String())
println("No find any reference name:", s)
return
}