fix config file passing
This commit is contained in:
parent
18bb3e98b4
commit
a7626674a7
|
@ -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