fix for autogen'd protobuf stuff

This commit is contained in:
Jeff Carr 2024-11-30 15:32:42 -06:00
parent fa98d97dfb
commit 58a05460c7
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ func gitPull() {
pull := []string{"git", "pull"} pull := []string{"git", "pull"}
var trycount, errcount int var trycount, errcount int
repos := forge.Repos.SortByPath() repos := forge.Repos.SortByGoPath()
for repos.Scan() { for repos.Scan() {
repo := repos.Next() repo := repos.Next()
if argv.DryRun { if argv.DryRun {