diff options
Diffstat (limited to 'humanForgedTable.go')
| -rw-r--r-- | humanForgedTable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/humanForgedTable.go b/humanForgedTable.go index 96472da..19d0818 100644 --- a/humanForgedTable.go +++ b/humanForgedTable.go @@ -15,7 +15,7 @@ func (f *Forge) makeForgedTable(pb *gitpb.Repos) *gitpb.ReposTable { t := pb.NewTable("forgedList") t.NewUuid() - var col *gitpb.RepoAnyFunc + var col *gitpb.RepoFunc col = t.AddMasterBranchName() col.Width = 3 |
