summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
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 + ") "
}