summaryrefslogtreecommitdiff
path: root/doBuild.go
diff options
context:
space:
mode:
Diffstat (limited to 'doBuild.go')
-rw-r--r--doBuild.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/doBuild.go b/doBuild.go
index 2f8a1bd..2d84dc9 100644
--- a/doBuild.go
+++ b/doBuild.go
@@ -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)