diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
| commit | 233f7bca767aab9df55adea409e9820050631586 (patch) | |
| tree | 1ce61760e8b31077b9accc9b1da978d935a132d3 /makePatches.go | |
| parent | 4bc95ad2684cb42159229b8198aa8a2377f80aa1 (diff) | |
lots of changes to isolate exec 'git'
Diffstat (limited to 'makePatches.go')
| -rw-r--r-- | makePatches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makePatches.go b/makePatches.go index a94b5b1..104ba47 100644 --- a/makePatches.go +++ b/makePatches.go @@ -81,7 +81,7 @@ func (repo *Repo) GetMasterPatches() (int, []*Patch) { } func (all *Repos) MakePatchset(setdir string) bool { - loop := all.SortByGoPath() + loop := all.SortByFullPath() for loop.Scan() { repo := loop.Next() log.Info("repo", repo.GetGoPath()) |
