fix config file parsing

This commit is contained in:
Jeff Carr 2024-02-23 11:01:40 -06:00
parent 9ddddd8ceb
commit 2fa3f2b863
1 changed files with 1 additions and 1 deletions

View File

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