1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-12 00:34:20 -04:00

bug fixed

This commit is contained in:
Lunny Xiao 2014-03-23 17:13:22 +08:00
parent 21a138a75a
commit c4287bafab

View File

@ -227,7 +227,7 @@ func runServ(k *cli.Context) {
return return
} }
if ref, ok = refs[refname]; !ok { if ref, ok = refs[refname]; !ok {
println("unknow reference name", refname) println("unknow reference name -", refname, "-")
return return
} }
l, err = ref.AllCommits() l, err = ref.AllCommits()