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 cbeed11 commit 86e4f29Copy full SHA for 86e4f29
routers/web/repo/issue_dev.go
@@ -42,7 +42,7 @@ func CreateBranchFromIssue(ctx *context.Context) {
42
}
43
gitRepo, err = gitrepo.OpenRepository(ctx, repo)
44
if err != nil {
45
- ctx.ServerError("GetRepositoryByID", err)
+ ctx.ServerError("OpenRepository", err)
46
return
47
48
defer gitRepo.Close()
0 commit comments