Skip to content

Commit 86e4f29

Browse files
lunnyyp05327
andauthored
Update routers/web/repo/issue_dev.go
Co-authored-by: yp05327 <[email protected]>
1 parent cbeed11 commit 86e4f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/issue_dev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func CreateBranchFromIssue(ctx *context.Context) {
4242
}
4343
gitRepo, err = gitrepo.OpenRepository(ctx, repo)
4444
if err != nil {
45-
ctx.ServerError("GetRepositoryByID", err)
45+
ctx.ServerError("OpenRepository", err)
4646
return
4747
}
4848
defer gitRepo.Close()

0 commit comments

Comments
 (0)