summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index 06d1e85..ee70400 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -37,6 +37,7 @@ func doPatch() error {
for p := range old.IterAll() {
log.Info("patch", p.Filename, p.Namespace)
}
+ me.forge.SubmitPatchesNew(old, "oldpatchset")
return nil
}