Skip to content

Commit

Permalink
fix: check the right file
Browse files Browse the repository at this point in the history
oops #87
  • Loading branch information
Piturnah committed Jul 28, 2024
1 parent fbb9090 commit 116fd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ impl Config {
// If it doesn't exist, we'll try the usual suspect. (#87)
.or_else(|| {
dirs::home_dir().map(|mut path| {
path.push(".config");
path.push("gex");
path.push("config.toml");
path
Expand Down

0 comments on commit 116fd0c

Please sign in to comment.