diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 02:38:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 02:38:48 -0500 |
| commit | fdb9e3fc0bc61d488e4aa9ac059e4452095f2bc2 (patch) | |
| tree | be19f039bf0fbace2d4e2d4992af468b4378e414 /doPull.go | |
| parent | e994733c58d051cff8a0a05f219045199308db72 (diff) | |
typov0.25.70
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ func doPull() error { count += 1 found.Append(me.forge.Repos.Repos[count]) } - found.SortFilename() + found.SortNamespace() me.forge.PrintPullTable(found) return nil } |
