diff options
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() |
