diff options
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -107,10 +107,8 @@ func doBuild() (string, error) { build = "yes" repo.DirtyList = cmd tobuild.Clone(repo) + simpletable = append(simpletable, []string{debname, p.Version, age, smartver, bcount, curver, newcount, final, build, arches, cmdstr}) } - - simpletable = append(simpletable, []string{debname, p.Version, age, smartver, bcount, curver, newcount, final, build, arches, cmdstr}) - } footer := cobol.SimpleTable(simpletable) |
