Skip to content

Commit 3edc644

Browse files
authored
Update routers/repo/branch.go
1 parent 1d75b8e commit 3edc644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/repo/branch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func loadBranches(ctx *context.Context, page, pageSize int) ([]*Branch, int) {
236236
}
237237

238238
if branch.Name == ctx.Repo.Repository.DefaultBranch {
239-
// Skip defult branch
239+
// Skip default branch
240240
continue
241241
}
242242

0 commit comments

Comments
 (0)