0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-06 03:08:52 +02: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
}