We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3628faa commit 8576c5bCopy full SHA for 8576c5b
routers/web/repo/search.go
@@ -81,7 +81,7 @@ func Search(ctx *context.Context) {
81
}
82
commitID, err := ctx.Repo.GitRepo.GetRefCommitID(searchRefName.String())
83
if err != nil {
84
- ctx.ServerError("GrepSearch", err)
+ ctx.ServerError("GetRefCommitID", err)
85
return
86
87
total = len(res)
0 commit comments