diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 22:48:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 22:48:32 -0500 |
| commit | c5025d25b2cb8306539f43c836063e0b55e49792 (patch) | |
| tree | acd4db7a7d295520e7cf09e62e5e0727828abb3d /doPatch.go | |
| parent | e09849b1a21349f1ac5eaa8d61547a38815c28c6 (diff) | |
stuffv0.22.141
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 } |
