From 58a05460c7c295980d5d7be38df0aeae1ccd88fa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Nov 2024 15:32:42 -0600 Subject: fix for autogen'd protobuf stuff --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bcfc075..ccab7df 100644 --- a/main.go +++ b/main.go @@ -135,7 +135,7 @@ func gitPull() { pull := []string{"git", "pull"} var trycount, errcount int - repos := forge.Repos.SortByPath() + repos := forge.Repos.SortByGoPath() for repos.Scan() { repo := repos.Next() if argv.DryRun { -- cgit v1.2.3