summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-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
}