fix config file passing

This commit is contained in:
Jeff Carr 2024-02-23 11:02:24 -06:00
parent 18bb3e98b4
commit a7626674a7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
)
func (r *repoWindow) initRepoList() {
r.View.InitRepoList("~/.config/autotypist")
r.View.InitRepoList(".config/autotypist")
if args.OnlyMe {
log.Info("not scanning everything")