diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 09:36:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 09:36:05 -0500 |
| commit | 9c87e1a04091de3583c4edd0d5f524c7c3e838eb (patch) | |
| tree | 32653a59c288f02e96fca12aa66d58d7d4dbfe06 | |
| parent | bda5fb4fbe221e9bb5e64488882eb3e7b3187947 (diff) | |
print the table of the patchesv0.25.18
| -rw-r--r-- | doPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
