summaryrefslogtreecommitdiff
path: root/doBuild.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-01 10:24:59 -0500
committerJeff Carr <[email protected]>2025-11-01 10:24:59 -0500
commit1269abed5695348c75b3da9b30fbfb8420833de1 (patch)
tree51f5df006479df22458cd8a1c866c5a770bfd5df /doBuild.go
parent82f0e82cbefbc56ef9cca1b5164b833d5eadeb31 (diff)
shortcut to init reposHEADv0.1.57master
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)