summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPull.go b/doPull.go
index 1ca8617..3d5666f 100644
--- a/doPull.go
+++ b/doPull.go
@@ -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
}