summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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 {