fix config file handling

This commit is contained in:
Jeff Carr 2024-02-23 11:02:01 -06:00
parent 8a1cc3eaf3
commit 1f5b5d4688
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
)
func (r *repoWindow) initRepoList() {
r.View.InitRepoList("~/.config/guireleaser")
r.View.InitRepoList(".config/guireleaser")
log.Info("scanning everything in ~/go/src")
for i, path := range repostatus.ListGitDirectories() {