fix: compile
This commit is contained in:
@@ -9,7 +9,7 @@ pub fn get_git_base_path() -> Option<PathBuf> {
|
||||
},
|
||||
Ok(mut path) => loop {
|
||||
if path.join(".git").is_dir() {
|
||||
debug!("Found git base dir: {:?}", path)
|
||||
debug!("Found git base dir: {:?}", path);
|
||||
return Some(path);
|
||||
}
|
||||
if !path.pop() {
|
||||
|
||||
Reference in New Issue
Block a user