From 9c87e1a04091de3583c4edd0d5f524c7c3e838eb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 09:36:05 -0500 Subject: [PATCH] print the table of the patches --- doPatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }