diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 15:32:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 15:32:42 -0600 |
| commit | 58a05460c7c295980d5d7be38df0aeae1ccd88fa (patch) | |
| tree | 45e5f6acb0d867c30ba0fe7b5a2b73ae2f5c56eb /main.go | |
| parent | fa98d97dfba46bac5590ee98d0493640b000d883 (diff) | |
fix for autogen'd protobuf stuffv0.6.7
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
