diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 02:13:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 02:13:24 -0500 |
| commit | e994733c58d051cff8a0a05f219045199308db72 (patch) | |
| tree | d53b15533a4bdca87d83bb51c29023f84641d671 /doPull.go | |
| parent | 598e8686041964e2266b9e57f2c5a7844d7995be (diff) | |
sort in place
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ func doPull() error { count += 1 found.Append(me.forge.Repos.Repos[count]) } + found.SortFilename() me.forge.PrintPullTable(found) return nil } |
