diff options
| author | Jeff Carr <[email protected]> | 2025-07-07 18:52:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-07 18:52:02 -0500 |
| commit | 34a10367c5b425dd998d8fcc33f94428044c7599 (patch) | |
| tree | e51d212480a7ba9096bf4bb6e258046c210c3d3c /humanTable.go | |
| parent | dea10e2150ca2d879a9ef30f136698217a0415b2 (diff) | |
work on generic Clone()v0.0.111
Diffstat (limited to 'humanTable.go')
| -rw-r--r-- | humanTable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/humanTable.go b/humanTable.go index 7e5465e..98437dd 100644 --- a/humanTable.go +++ b/humanTable.go @@ -182,7 +182,7 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo, sizes []int, full bool) { var chort string = repo.GetCurrentBranchVersion() var cname string = repo.GetCurrentBranchName() - var gopath string = repo.GetGoPath() + var gopath string = repo.GetNamespace() var rtype string = repo.GetRepoType() // ctime := repo.Tags.GetAge(mhort) |
