print the table of the patches

This commit is contained in:
Jeff Carr 2025-09-23 09:36:05 -05:00
parent bda5fb4fbe
commit 9c87e1a040
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ func doPatchSubmit() error {
log.Info("did not find any patches")
return nil
}
pset.Patches.PrintTable()
pset.PrintTable()
_, _, err = pset.HttpPost(myServer(), "new")
return err
}