1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-04 10:58:36 +00:00

fix(git_status): read proper name for core.fsmonitor flag (#6173)

This commit is contained in:
James Thorne 2024-08-19 01:19:26 +10:00 committed by GitHub
parent 6248cda237
commit 33b3b8e398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,7 +345,7 @@ impl<'a> Context<'a> {
let fs_monitor_value_is_true = repository
.config_snapshot()
.boolean("core.fs_monitor")
.boolean("core.fsmonitor")
.unwrap_or(false);
Ok(Repo {