summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-23 09:36:05 -0500
committerJeff Carr <[email protected]>2025-09-23 09:36:05 -0500
commit9c87e1a04091de3583c4edd0d5f524c7c3e838eb (patch)
tree32653a59c288f02e96fca12aa66d58d7d4dbfe06
parentbda5fb4fbe221e9bb5e64488882eb3e7b3187947 (diff)
print the table of the patchesv0.25.18
-rw-r--r--doPatch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPatch.go b/doPatch.go
index d9eb301..8d5b7d4 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -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
}