repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
3aa3b80
parent
d69226d
author
Eric Bower
date
2026-03-10 09:21:22 -0400 EDT
chore(feeds): update retry attempt max in ls cmd
1 files changed,  +1, -1
M pkg/apps/feeds/cli.go
+1, -1
1@@ -93,7 +93,7 @@ func Middleware(dbpool db.DB, cfg *shared.ConfigSite) pssh.SSHServerMiddleware {
2 					}
3 					_, _ = fmt.Fprintf(
4 						writer,
5-						"%s\t%s\t%s\t%s\t%d/10\r\n",
6+						"%s\t%s\t%s\t%s\t%d/100\r\n",
7 						post.Filename,
8 						lastStr,
9 						nextDigest,