fix config file handling
This commit is contained in:
parent
8a1cc3eaf3
commit
1f5b5d4688
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue