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