summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 02:13:24 -0500
committerJeff Carr <[email protected]>2025-10-08 02:13:24 -0500
commite994733c58d051cff8a0a05f219045199308db72 (patch)
treed53b15533a4bdca87d83bb51c29023f84641d671 /doPull.go
parent598e8686041964e2266b9e57f2c5a7844d7995be (diff)
sort in place
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doPull.go b/doPull.go
index dd837b9..1ca8617 100644
--- a/doPull.go
+++ b/doPull.go
@@ -81,6 +81,7 @@ func doPull() error {
count += 1
found.Append(me.forge.Repos.Repos[count])
}
+ found.SortFilename()
me.forge.PrintPullTable(found)
return nil
}