diff options
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 { |
