diff options
| author | Jeff Carr <[email protected]> | 2025-09-16 09:32:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-16 09:32:36 -0500 |
| commit | 0b30cd36dc5b1ff3e41e4ee3c383a9135093cc77 (patch) | |
| tree | 695e7fb7729a98ce0845039c066aee4891a9b767 /repo.helpers.go | |
| parent | 2a47f1e547d2cda3d85d5e6c8c78a663b139fc9f (diff) | |
misc
Diffstat (limited to 'repo.helpers.go')
| -rw-r--r-- | repo.helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.helpers.go b/repo.helpers.go index 8b4774c..c1630d4 100644 --- a/repo.helpers.go +++ b/repo.helpers.go @@ -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 }) |
