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 }