diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 22:02:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 22:02:54 -0500 |
| commit | 66d45bce6a2fff12ad9bc791db82cdda8062af29 (patch) | |
| tree | c1a8f86c84c4895f119d438be4eb38133dc5ebbb /human.go | |
| parent | 57212b9b5c5705d088446a9830c34973300a5ac3 (diff) | |
autogenpb changes
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ func (f *Forge) makePullTable(pb *gitpb.Repos) *gitpb.ReposTable { t := pb.NewTable("pullTable") t.NewUuid() - var col *gitpb.RepoAnyFunc + var col *gitpb.RepoFunc // var col int col = t.AddMasterBranchName() |
