mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 02:26:14 +03:00
fix typo
This commit is contained in:
parent
1ffb00b106
commit
e76c88b486
@ -7,7 +7,7 @@ pub async fn on_git_file_change<P: AsRef<Path>>(
|
||||
project: &projects::Project,
|
||||
path: P,
|
||||
) -> Result<()> {
|
||||
if path.as_ref().ne(Path::new(".git/log/HEAD")) {
|
||||
if path.as_ref().ne(Path::new(".git/logs/HEAD")) {
|
||||
return Ok(());
|
||||
}
|
||||
let event = events::Event::git(&project);
|
||||
|
Loading…
Reference in New Issue
Block a user