mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-20 00:24:10 +01:00
fix(cli): typo in autostart generation
This commit is contained in:
@@ -1235,7 +1235,7 @@ fn main() -> Result<()> {
|
||||
let mut arguments = String::from("start");
|
||||
|
||||
if let Some(config) = args.config {
|
||||
arguments.push_str("--config ");
|
||||
arguments.push_str(" --config ");
|
||||
arguments.push_str(&config.to_string_lossy());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user