summaryrefslogtreecommitdiff
path: root/doList.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 06:47:20 -0500
committerJeff Carr <[email protected]>2025-10-14 06:47:43 -0500
commit094f1b14e396d09d352f54e9cad50a88fa3e5d43 (patch)
treea07e76c185fd77b171a36aacbef14073e74e8404 /doList.go
parent20fb25ed1699a2940181e7f0cb24d0a59f14ddc5 (diff)
okay nowv0.0.23
Diffstat (limited to 'doList.go')
-rw-r--r--doList.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doList.go b/doList.go
index 2aa8205..4a4e26e 100644
--- a/doList.go
+++ b/doList.go
@@ -1,7 +1,7 @@
package main
func doList() (string, error) {
- me.pb.SortFilename()
+ // me.pb.SortFilename()
footer := me.pb.PrintTable()
return footer, nil
}