quiet 'forge patch'

This commit is contained in:
Jeff Carr 2025-08-22 00:50:05 -05:00
parent d9ebcefd2f
commit d1573f83ab
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ func main() {
if err := doPatch(); err != nil { if err := doPatch(); err != nil {
badExit(err) badExit(err)
} }
okExit("patch list") okExit("")
} }
// todo: redo this logic using forgepb // todo: redo this logic using forgepb