summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-23 11:01:40 -0600
committerJeff Carr <[email protected]>2024-02-23 11:01:40 -0600
commit2fa3f2b86393760610c096b6872269cb619c6959 (patch)
tree95d6a91a37f3de9f2a9d56808954a3192c295af8
parent9ddddd8cebb3eab2f5b8421f63bb2b2358bdab2d (diff)
fix config file parsingv0.21.0v0.20.1
-rw-r--r--initRepoList.go2
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")