diff options
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) |
