We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1bd8a commit 24d2be9Copy full SHA for 24d2be9
1 file changed
src/commands/monitor.rs
@@ -120,9 +120,6 @@ pub fn execute(
120
let mut monitor = Monitor::new()?;
121
122
monitor.push_event(Event::InitialScan);
123
-
124
- // Set configuration file after executing the `run` command to be sure to not catch the creation event
125
- // caused by `Config::load_or_create_file(&config_file_path)`.
126
monitor.set_configuration_file(&config_file_path);
127
if let Some(global_gitignore_path) = global_gitignore_path.as_ref() {
128
monitor.set_global_gitignore(global_gitignore_path);
0 commit comments