mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-04 19:03:38 +00:00
fix(git_status): read proper name for core.fsmonitor flag (#6173)
This commit is contained in:
parent
6248cda237
commit
33b3b8e398
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user