This commit is contained in:
Jeff Carr 2025-09-16 09:32:36 -05:00
parent 2a47f1e547
commit 0b30cd36dc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
package gitpb
func (t *ReposTable) MyMasterBranch() *RepoStringFunc {
func (t *ReposTable) MyMasterBranch() *RepoAnyFunc {
sf := t.AddStringFunc("master", func(m *Repo) string {
return m.MasterBranchName
})