Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/rust-1.75-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeYamashita authored Jan 10, 2024
2 parents 795f539 + 4b86b48 commit 9c2c92b
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 @@ -57,6 +57,7 @@ pub fn find_config_file(path: PathBuf) -> Option<PathBuf> {
if path.exists() {
return Some(path);
}
path.pop();
}

None
Expand Down

0 comments on commit 9c2c92b

Please sign in to comment.