summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-13 04:14:06 -0600
committerJeff Carr <[email protected]>2025-01-13 04:14:06 -0600
commitce6311893c359f43df14602f58bf241a76ff163c (patch)
tree11822c0fdcd19de2bdc0bad887442d512ba1d242 /send.go
parent96c9588c6b0f3cab63109de54111a4cbd9b8effb (diff)
standard names finally thanks to autogenpb
Diffstat (limited to 'send.go')
-rw-r--r--send.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.go b/send.go
index d201dc7..0b3834c 100644
--- a/send.go
+++ b/send.go
@@ -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)