diff options
Diffstat (limited to 'doPatch.go')
| -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 } |
