fix config file parsing
This commit is contained in:
parent
9ddddd8ceb
commit
2fa3f2b863
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue