diff options
| -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 } |
