From 33b3b8e3986f6180a8f7b461a5a07fea702ec628 Mon Sep 17 00:00:00 2001 From: James Thorne Date: Mon, 19 Aug 2024 01:19:26 +1000 Subject: [PATCH] fix(git_status): read proper name for core.fsmonitor flag (#6173) --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index f7a7dbc1..f00e675d 100644 --- a/src/context.rs +++ b/src/context.rs @@ -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 {