diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 11:02:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 11:02:01 -0600 |
| commit | 1f5b5d4688dd92a864ad266d63bb32a02e6045ac (patch) | |
| tree | 690ae688a990d8fb93d8ee6dd4debae1ff962328 | |
| parent | 8a1cc3eaf30e43a617c69b30faf04f484e315fc3 (diff) | |
fix config file handling
| -rw-r--r-- | initRepoList.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initRepoList.go b/initRepoList.go index 6d81149..454b3c5 100644 --- a/initRepoList.go +++ b/initRepoList.go @@ -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() { |
