diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ func doPatch() error { log.Info("patch", p.Filename, p.Namespace) } me.forge.SubmitPatchesNew(old, "oldpatchset") + log.Infof("submitted %d old patches\n", old.Len()) return nil } |
