summaryrefslogtreecommitdiff
path: root/doList.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-11 03:42:29 -0500
committerJeff Carr <[email protected]>2025-10-11 04:32:34 -0500
commit8561ed36abf865c261184dea856c42c20f01d155 (patch)
tree4f43330b8d1157c4f39475d4056e6e479a43e415 /doList.go
parent4a20397ed093cb4308e25c1a46ecce69bc0ffbc4 (diff)
add verify and a bunch of other stuff.v0.0.18v0.0.17
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 e46e7db..ffcf8d5 100644
--- a/doList.go
+++ b/doList.go
@@ -8,7 +8,7 @@ import (
)
func doList() (string, error) {
- os.Chdir(me.mirrorsDir)
+ os.Chdir(me.pb.BaseDir)
footer := me.pb.PrintTable()
log.Info("found so far:", footer)