summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-07 18:52:02 -0500
committerJeff Carr <[email protected]>2025-07-07 18:52:02 -0500
commit34a10367c5b425dd998d8fcc33f94428044c7599 (patch)
treee51d212480a7ba9096bf4bb6e258046c210c3d3c /humanTable.go
parentdea10e2150ca2d879a9ef30f136698217a0415b2 (diff)
work on generic Clone()v0.0.111
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go2
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)