We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692d5cd + 644a3c3 commit aabc9a9Copy full SHA for aabc9a9
main.go
@@ -196,7 +196,7 @@ func loadConfig(cfg *xapp.Config) {
196
197
var configFiles = map[string]bool{
198
filepath.Join(homeDir, ".upgit.config.toml"): false,
199
- filepath.Join(homeDir, ".config/upgitrc"): false,
+ filepath.Join(homeDir, filepath.Join(".config", "upgitrc")): false,
200
filepath.Join(appDir, "config.toml"): false,
201
filepath.Join(appDir, "upgit.toml"): false,
202
}
0 commit comments