summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doPatch.go b/doPatch.go
index 4e456f1..5b47c34 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -45,10 +45,11 @@ func doPatch() error {
}
if argv.Patch.Submit != nil {
- _, err := me.forge.SubmitDevelPatchSet(argv.Patch.Submit.Match)
+ pset, err := me.forge.MakeDevelPatchSet("testing")
if err != nil {
return err
}
+ pset.Patches.HttpPostVerbose(myServer(), "new")
return nil
}