summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
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()