summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 05:33:11 -0500
committerJeff Carr <[email protected]>2025-09-13 05:33:11 -0500
commit0f895e83e62749bb1d716033f5f300d9d1c548ac (patch)
treef0d29c4b96f998469cefe140006c4e0a20a361aa /humanTable.go
parentce4af38e8b7f05a6d8b48bc957091de0b0b0a9e7 (diff)
use config GO library
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 ea2ce59..8ececc2 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -215,7 +215,7 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo, sizes []int, full bool) {
end += "(u:" + repo.GetUserBranchName() + ") "
}
- debname := f.Config.DebName(repo.GetGoPath())
+ debname := f.Config.DebName(repo.GetNamespace())
if debname != filepath.Base(gopath) {
end += "(deb:" + debname + ") "
}