diff options
| author | Jeff Carr <[email protected]> | 2025-10-11 03:42:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-11 04:32:34 -0500 |
| commit | 8561ed36abf865c261184dea856c42c20f01d155 (patch) | |
| tree | 4f43330b8d1157c4f39475d4056e6e479a43e415 /doList.go | |
| parent | 4a20397ed093cb4308e25c1a46ecce69bc0ffbc4 (diff) | |
Diffstat (limited to 'doList.go')
| -rw-r--r-- | doList.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
