diff --git a/komorebic/src/main.rs b/komorebic/src/main.rs index 5e709045..7cb24370 100644 --- a/komorebic/src/main.rs +++ b/komorebic/src/main.rs @@ -1426,7 +1426,7 @@ fn main() -> Result<()> { } flags.push(format!( - "'--config={}'", + "'--config=\"{}\"'", path.as_os_str() .to_string_lossy() .trim_start_matches(r#"\\?\"#),