diff options
| author | Jeff Carr <[email protected]> | 2025-11-01 10:24:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-01 10:24:59 -0500 |
| commit | 1269abed5695348c75b3da9b30fbfb8420833de1 (patch) | |
| tree | 51f5df006479df22458cd8a1c866c5a770bfd5df /doBuild.go | |
| parent | 82f0e82cbefbc56ef9cca1b5164b833d5eadeb31 (diff) | |
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) |
