diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 11:01:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 11:01:40 -0600 |
| commit | 2fa3f2b86393760610c096b6872269cb619c6959 (patch) | |
| tree | 95d6a91a37f3de9f2a9d56808954a3192c295af8 | |
| parent | 9ddddd8cebb3eab2f5b8421f63bb2b2358bdab2d (diff) | |
| -rw-r--r-- | initRepoList.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initRepoList.go b/initRepoList.go index 0a3b24c..ef3b319 100644 --- a/initRepoList.go +++ b/initRepoList.go @@ -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") |
