diff options
| author | Jeff Carr <[email protected]> | 2025-01-13 04:14:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-13 04:14:06 -0600 |
| commit | ce6311893c359f43df14602f58bf241a76ff163c (patch) | |
| tree | 11822c0fdcd19de2bdc0bad887442d512ba1d242 /send.go | |
| parent | 96c9588c6b0f3cab63109de54111a4cbd9b8effb (diff) | |
standard names finally thanks to autogenpb
Diffstat (limited to 'send.go')
| -rw-r--r-- | send.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ func sendMasterDiff() { if err != nil { badExit(err) } - all := pset.SortPatchesByFilename() + all := pset.Patches.SortByFilename() for all.Scan() { p := all.Next() log.Info("read in patch:", p.Filename) |
