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 6681a1b..c00ca6a 100644 --- a/humanTable.go +++ b/humanTable.go @@ -235,7 +235,7 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo, sizes []int, full bool) { } if repo.IsDirty() { - age = "" + age = "#" end += "(dirty) " } |
