mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-10 15:12:52 +02: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");
|
let mut arguments = String::from("start");
|
||||||
|
|
||||||
if let Some(config) = args.config {
|
if let Some(config) = args.config {
|
||||||
arguments.push_str("--config ");
|
arguments.push_str(" --config ");
|
||||||
arguments.push_str(&config.to_string_lossy());
|
arguments.push_str(&config.to_string_lossy());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user