summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 22:02:54 -0500
committerJeff Carr <[email protected]>2025-10-03 22:02:54 -0500
commit66d45bce6a2fff12ad9bc791db82cdda8062af29 (patch)
treec1a8f86c84c4895f119d438be4eb38133dc5ebbb /human.go
parent57212b9b5c5705d088446a9830c34973300a5ac3 (diff)
autogenpb changes
Diffstat (limited to 'human.go')
-rw-r--r--human.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/human.go b/human.go
index dbbd627..1d3bff8 100644
--- a/human.go
+++ b/human.go
@@ -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()