summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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 {