summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 01:34:28 -0500
committerJeff Carr <[email protected]>2025-10-13 03:29:31 -0500
commit889f6dfdb23334fd01266fe1069c29931574675d (patch)
treefccc44b7f553a87dc387809283bd6347c136db27 /main.go
parent03a800ffc149c17cfad5237c6915155a8feeabf7 (diff)
more housecleaning
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index ccd1357..fc14458 100644
--- a/main.go
+++ b/main.go
@@ -84,7 +84,8 @@ func main() {
}
if argv.Newest != nil {
- s, err = doNewest("amd64")
+ all := doGetNewest("amd64")
+ s = "newest .deb files table: " + all.PrintTable()
}
if argv.List != nil {