@ -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 {