summaryrefslogtreecommitdiff
path: root/makePatches.go
diff options
context:
space:
mode:
Diffstat (limited to 'makePatches.go')
-rw-r--r--makePatches.go2
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())