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